After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 305144 - icon labels can't be transparent if frame_text is set
icon labels can't be transparent if frame_text is set
Status: RESOLVED FIXED
Product: nautilus
Classification: Core
Component: [obsolete] Backgrounds Emblems and Themes
2.11.x
Other All
: High trivial
: ---
Assigned To: Nautilus Maintainers
Nautilus Maintainers
Depends on:
Blocks:
 
 
Reported: 2005-05-22 22:44 UTC by Benjamin Berg
Modified: 2005-07-07 13:13 UTC
See Also:
GNOME target: ---
GNOME version: 2.11/2.12


Attachments
The patch (2.95 KB, patch)
2005-05-22 22:52 UTC, Benjamin Berg
none Details | Review
New patch (3.10 KB, patch)
2005-07-05 12:49 UTC, Benjamin Berg
none Details | Review

Description Benjamin Berg 2005-05-22 22:44:07 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.
Comment 1 Benjamin Berg 2005-05-22 22:52:01 UTC
Created attachment 46773 [details] [review]
The patch
Comment 2 Benjamin Berg 2005-05-22 22:59:13 UTC
Ok, typo. The option is called normal_alpha, not normal_opacity.
Comment 3 Christian Neumair 2005-07-05 12:38:58 UTC
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.
Comment 4 Christian Neumair 2005-07-05 12:40:46 UTC
Info on the Nautilus Mailing List is available under [1].

[1] http://mail.gnome.org/mailman/listinfo/nautilus-list
Comment 5 Benjamin Berg 2005-07-05 12:49:04 UTC
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)
Comment 6 Benjamin Berg 2005-07-07 13:13:44 UTC
closing, since it has been fixed in cvs