GNOME Bugzilla – Bug 679121
Lots of transparent with latest Adwaita
Last modified: 2016-03-31 13:58:58 UTC
A bunch of widgets are transparent when using latest version of gnome-themes-standards as it switched to only setting a background color for the toplevel windows and a few others, making the rest have a transparent background (painting on the parents backgroung). We were incorrectly relying on these backgrounds being set, which we need to fix.
Created attachment 217598 [details] [review] Fix color of toolbar in fullscreen The new default Adwaita background color for most widgets is transparent, includeing toolbars. This is problematic for the fullscreen toolbar, as it overlays over the VM instead of something with the default background. We fix this by setting the default bg color on the overlay.
Created attachment 217599 [details] [review] Fix transparent topbar Instead of making all GtkClutterOffscreens transparent we specifically mark the ones that need to be transparent. This makes us not have a transparent topbar.
Patches looks good, would be nice to verify they work with older theme. I might do it if nobody beat me to it.
(In reply to comment #3) > Patches looks good, would be nice to verify they work with older theme. I might > do it if nobody beat me to it. I guess we'll only need to do that if we want to port this to 3.4 branch?