GNOME Bugzilla – Bug 746425
Gnome-terminal theme is broken since commit be596f39
Last modified: 2015-03-24 07:41:48 UTC
Since http://build.gnome.org/#/build/20150318.55 gnome-terminal background has been rendered black: http://build.gnome.org/continuous/buildmaster/builds/2015/03/18/55/applicationstest/work-gnome-continuous-x86_64-runtime/screenshot-gnome-terminal.desktop.png, while it should be white: http://build.gnome.org/continuous/buildmaster/builds/2015/03/18/53/applicationstest/work-gnome-continuous-x86_64-runtime/screenshot-gnome-terminal.desktop.png
All the commits to theming/css on the 17th have been made for HighContrast and not for Adwaita. The closes commit touching gtk.css is 6f478db2facd8744714b7ab374d2687d777653a3
Created attachment 300002 [details] [review] screen: Update colors at the right spot The window is not the right place to listen for style changes on the TerminalScreen widget.
Created attachment 300003 [details] [review] screen: When getting system colors, use the right state This is relevant because text direction is part of the state these days so it will never be STATE_FLAG_NORMAL.
This is fallout from me merging the CSS engine rework in master. (Seems we got better at not emitting style-updated on the window, yay!)
moving this to gnome-terminal, then
Thanks! Please commit after the freeze ends.