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 738652 - Fix handling of SystemBackground
Fix handling of SystemBackground
Status: RESOLVED FIXED
Product: gnome-shell
Classification: Core
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: gnome-shell-maint
gnome-shell-maint
Depends on:
Blocks:
 
 
Reported: 2014-10-16 20:48 UTC by Owen Taylor
Modified: 2014-10-16 21:16 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fix handling of SystemBackground (5.26 KB, patch)
2014-10-16 20:48 UTC, Owen Taylor
committed Details | Review

Description Owen Taylor 2014-10-16 20:48:44 UTC
Since the background rework, SystemBackground is no longer a transparent
actor that you have to stack on top of a solid background, it is an
opaque actor. Fix the color of the background actor, and remove places
where we were setting the background color underneath the system background
and expecting blending - in particular, we can always set no_clear_hint
on the stage.
Comment 1 Owen Taylor 2014-10-16 20:48:46 UTC
Created attachment 288711 [details] [review]
Fix handling of SystemBackground
Comment 2 Jasper St. Pierre (not reading bugmail) 2014-10-16 20:53:16 UTC
Review of attachment 288711 [details] [review]:

OK.
Comment 3 Owen Taylor 2014-10-16 21:16:30 UTC
Attachment 288711 [details] pushed as 2f5a226 - Fix handling of SystemBackground