GNOME Bugzilla – Bug 134685
NautilusIconContainer widget uses "light background" text colours instead of dark with some GTK themes
Last modified: 2004-12-22 21:47:04 UTC
The Nautilus "View as Icons" view uses the incorrect text color (light background) instead of the correct (dark background) text color with some GTK themes - namely (but possibly not exclusively), themes with a dark bg[NORMAL] colour that use Ximian's Industrial engine. Problem occurs because the widget "background" is not set, yet the widget calls eel_background_is_dark() on it. The default behaviour of eel_background_is_dark() is to treat the background as white, if unknown. This is incorrect in this circumstance. I will attach a screenshot (to prove I'm not crazy, or at least, not crazy about this particular thing), and a patch which fixes the problem.
Created attachment 24501 [details] Screen Shot
Created attachment 24502 [details] [review] Patch
Updating this to reflect that this bug is still in Nautilus 2.6.0 (I just upgraded). The same code fix applies, although the screenie would be different ;)
I just committed this to cvs, thanks!