GNOME Bugzilla – Bug 305144
icon labels can't be transparent if frame_text is set
Last modified: 2005-07-07 13:13:44 UTC
If the gtk theme sets NautilusIconContainer::frame_text = 1 then a box is painted underneath the text. This is good, but currently it is impossible to make this box transparent. This is fixed in my patch, by adding a sets NautilusIconContainer::normal_opacity option.
Created attachment 46773 [details] [review] The patch
Ok, typo. The option is called normal_alpha, not normal_opacity.
Thanks for your bug report! Maybe you could send your patch to nautilus-list@gnome.org? The Nautilus maintainers are very busy and don't have enough time/energy to grep through bugzilla.
Info on the Nautilus Mailing List is available under [1]. [1] http://mail.gnome.org/mailman/listinfo/nautilus-list
Created attachment 48672 [details] [review] New patch This patch is against nautilus CVS. (the other one did apply pretty clean though) Added another constant since it does not make sense to use DEFAULT_HIGHLIGHT_ALPHA for this. (I will send a mail to the mailinglist, as you suggested)
closing, since it has been fixed in cvs