GNOME Bugzilla – Bug 645354
window: Export theme variant to X11
Last modified: 2011-04-05 18:46:38 UTC
The new GNOME standard theme features window decorations which blend in seamlessly with the window's content. Currently this breaks rather badly when applications request a dark variant, as the window manager has no way to know about the variant. In order to fix this, export the variant as _GTK_THEME_VARIANT window property when using the X11 backend.
Created attachment 183893 [details] [review] window: Export theme variant to X11 The metacity theme format allows to use colors from the current GTK+ theme in window decorations. Since GTK+ now gained support for dark theme variants, window managers using that theme format (metacity, mutter, compiz via gtk-window-decorator) should be able to use colors from the correct variant; so in case a variant is requested, export it in the _GTK_THEME_VARIANT property on toplevel windows.
Review of attachment 183893 [details] [review]: Looks fine for master.
OK, thanks! Attachment 183893 [details] pushed as 3032fdc - window: Export theme variant to X11
*** Bug 618492 has been marked as a duplicate of this bug. ***