10

I'm using Ubuntu 20.04. Recently I've deleted some default icons from /usr/share/icons folder. I don't know if it's related, but, since then, my Ubuntu Software gets into a transparent background. There's a way to revert this?

Here is a screenshot:

Ubuntu Software

Ubuntu Software

7 Answers7

8

Same issue here on 20.04. Fixed it! Go into settings -> appearance -> and select something to your preference in "Window colors"

joris
  • 66
4

Ubuntu Software is now a Snap. Snap programs do not support nonstandard themes (meaning the ones you'd have to select with the Tweaks program rather than regular settings; --there can be similar issues with Flatpak) except ones also installed via Snap. The new Ubuntu software also no longer supports Flatpak.

What I had to do is install the packages "gnome-software" and "gnome-software-plugin-flatpak", then just stop using "Ubuntu Software" and use "Gnome Software" instead.

2

I am having the same issue 20.04 when I change the theme to any theme downloaded from gnome-look.org. The themes I have tried are compatible with the Gnome version.

1

I migrated from budgie to gnome in 19.10, worked and looked how i wanted. In 20.04 after upgrade software installer in gnome is transparent.

Feels like some theming is assumed, step outside that assumption, and software installer has no background fills.

  • It seems to be a theming problem. The issue is discussed in the snapcraft forum https://forum.snapcraft.io/t/the-snapstore-gui-has-no-background/17027/2 – Alejandro Vera May 13 '20 at 04:36
1

Got the same problem here after updating from 18.04.

I was using an old version of the Adapta Nokto theme and the Ubuntu Software background was transparent.

I've got a new version of the adapta theme at gnome-look and the problem was solved.

0

I use gnome tweak to change theme and got the same case, just

  1. Kill snap process by system monitor.

  2. Re apply theme by tweak.

  3. Re open Ubuntu Software.

Dreamoon
  • 101
-1

go to terminal, and give these commands:

  sudo apt update
  sudo apt-get install gnome-software
  sudo apt-get install gnome-software-plugin-flatpak

Now you will get: Gnome Software installed, use this instead of Ubuntu Software! Hope it helps. (Note: This is an elaboration of @William Hood answer in the previous answers)