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 704952 - Incorrect handling for symbolic icons
Incorrect handling for symbolic icons
Status: RESOLVED DUPLICATE of bug 680926
Product: gtk+
Classification: Platform
Component: .General
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2013-07-26 19:18 UTC by David Zeuthen (not reading bugmail)
Modified: 2013-08-13 12:37 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description David Zeuthen (not reading bugmail) 2013-07-26 19:18:27 UTC
Today GTK+ does not properly handle symbolic icons. By way of example, assume we have the icon name

 drive-removable-media-usb-symbolic

and assume that

 drive-removable-media-usb-symbolic is missing
 drive-removable-media-symbolic exists

In this case you would expect that drive-removable-media-symbolic is chosen but unfortunately that's not how things work. GTK+ chooses drive-removable-media-usb instead.

This is a real problem which can be easily reproduced by plugging in an USB device with removable media (typically a generic USB stick will do).

I think this can be resolved by adding the following rule: if an icon name ends with "-symbolic" any icon name chosen must also end with "-symbolic". Thoughts?

Thanks for considering.
Comment 1 David Zeuthen (not reading bugmail) 2013-07-26 19:19:36 UTC
IIRC either of both of you worked on this last. Thoughts? Thanks!
Comment 2 David Zeuthen (not reading bugmail) 2013-08-08 20:16:57 UTC
Ping?
Comment 3 Cosimo Cecchi 2013-08-13 12:37:28 UTC
Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find.

*** This bug has been marked as a duplicate of bug 680926 ***