GNOME Bugzilla – Bug 640240
[gnome-terminal] When using theme colors, white-on-white text
Last modified: 2012-01-20 17:10:28 UTC
This is probably some regression in GtkStyle, and will be fixed by porting gnome-terminal to GtkStyleContext.
Actually it's black-on-black here. The code is using these colours: fg = style->text[GTK_STATE_NORMAL]; bg = style->base[GTK_STATE_NORMAL]; Were the meaning of text/base changed in gtk3 ?
There's a few style-updated signals coming, and the last one has fg=bg=0,0,0.
+ Trace 225835
So it seems to happen due to the vte background code. Color is 0,0,0 in #23. Still, this works in gtk2, so this has to be a gtk bug with the new style code interfering with the old style code...
I don't know how to reproduce this
(In reply to comment #3) > I don't know how to reproduce this I think checking "Use theme colours" in the profile preferences is what you did originally ?
[Removing GNOME3.0 target as decided in release-team meeting on March 03, 2011. This report has an "important" categorisation for GNOME3.0 but is not considered a hard blocker. For querying use the corresponding whiteboard entry added.]
(In reply to comment #4) > (In reply to comment #3) > > I don't know how to reproduce this > > I think checking "Use theme colours" in the profile preferences is what you did > originally ? Yeah, but that does not reproduce any kind of white-on-white or black-on-black or other color problem here.
Christian, do you have any more hints as to how to reproduce this issue?
Closing this bug report as no further information has been provided. Please feel free to reopen this bug if you can provide the information asked for. Thanks!