After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 679121 - Lots of transparent with latest Adwaita
Lots of transparent with latest Adwaita
Status: RESOLVED FIXED
Product: gnome-boxes
Classification: Applications
Component: general
unspecified
Other Linux
: Normal normal
: --
Assigned To: GNOME Boxes maintainer(s)
GNOME Boxes maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2012-06-29 10:11 UTC by Alexander Larsson
Modified: 2016-03-31 13:58 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fix color of toolbar in fullscreen (1.34 KB, patch)
2012-06-29 10:12 UTC, Alexander Larsson
none Details | Review
Fix transparent topbar (3.41 KB, patch)
2012-06-29 10:12 UTC, Alexander Larsson
none Details | Review

Description Alexander Larsson 2012-06-29 10:11:17 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.
Comment 1 Alexander Larsson 2012-06-29 10:12:51 UTC
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.
Comment 2 Alexander Larsson 2012-06-29 10:12:54 UTC
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.
Comment 3 Marc-Andre Lureau 2012-06-29 14:08:35 UTC
Patches looks good, would be nice to verify they work with older theme. I might do it if nobody beat me to it.
Comment 4 Zeeshan Ali 2012-07-03 00:28:06 UTC
(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?