GNOME Bugzilla – Bug 732894
icontheme: Use correct URI for icons in resource paths
Last modified: 2014-07-09 15:21:22 UTC
It seems that resource icons are currently looked for at URIs like file:///org/gnome/appname/icons/, which obviously doesn't work.
Created attachment 280141 [details] [review] icontheme: Use correct URI for icons in resource paths
not true - gtk includes several resource icons that are loaded just fine.
(In reply to comment #2) > not true - gtk includes several resource icons that are loaded just fine. Yes, because they are all non-symbolic and apparently follow a different codepath. I should have stated in the bug subject that there's a problem only with symbolic icons. As a testcase, you can try the resource-icons branch of baobab. (If you do that, don't forget to first "jhbuild uninstall baobab" to remove icon files from the jhbuild tree).
> (If you do that, don't forget to first "jhbuild uninstall baobab" to > remove icon files from the jhbuild tree). And maybe from /usr/share/icons/, too.
(In reply to comment #3) > (In reply to comment #2) > > not true - gtk includes several resource icons that are loaded just fine. > > Yes, because they are all non-symbolic and apparently follow a different > codepath. I should have stated in the bug subject that there's a problem only > with symbolic icons. As a testcase, you can try the resource-icons branch of > baobab. (If you do that, don't forget to first "jhbuild uninstall baobab" to > remove icon files from the jhbuild tree). The places that your patch touches are not specific to symbolic icons. Anyway, thanks for the hints, I'll try to come up with a testcase.
Attachment 280141 [details] pushed as cd71a23 - icontheme: Use correct URI for icons in resource paths