I found out that on Ubuntu 20.04 with GNOME Flashback, the Snap Shop utility from System Tools menu (the tool to install software on the system) window becomes completely transparent with white text when a non-standard theme is activated. Below are two screenshots: the first is from standard Radiance theme, the second is from a custom-made theme which is an exact copy of Radiance theme under another name. There is a Calculator window on the screen to demonstrate that the application looks identical in both themes. However, Snap Shop is different.
This is screenshot from Radiance theme:
This is screenshot from a copy of Radiance theme:
Any hints how to fix this?
- install and use gnome-software (which is a regular application and not a snap) instead of snap-store. However, this won't help for other snap applications
- move the custom theme I created from /usr/share/themes/
to /home//.themes/ (and also, because some apps run as root, make a link in /root/.themes) - then snap apps run with default Adwaita theme. Both are non-ideal, but better than nothing...
– raj Jun 01 '20 at 18:54