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 542541 - icon lookup code is broken
icon lookup code is broken
Status: RESOLVED FIXED
Product: file-roller
Classification: Applications
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Paolo Bacchilega
file-roller-maint
Depends on:
Blocks:
 
 
Reported: 2008-07-11 14:43 UTC by Matthias Clasen
Modified: 2008-07-13 07:18 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch (841 bytes, patch)
2008-07-11 14:44 UTC, Matthias Clasen
none Details | Review

Description Matthias Clasen 2008-07-11 14:43:35 UTC
It constructs a content-type from an icon name, and then runs into an infinite recursion...
Comment 1 Matthias Clasen 2008-07-11 14:44:23 UTC
Created attachment 114391 [details] [review]
patch
Comment 2 Paolo Bacchilega 2008-07-12 06:22:26 UTC
patch applied to trunk, thank you.
Comment 3 Paolo Bacchilega 2008-07-12 06:42:58 UTC
Matthias,
there is a problem with your patch, I need the generic file icon not the folder icon.  What's the name of the generic file icon ?
Comment 4 Matthias Clasen 2008-07-12 17:26:56 UTC
I guess you want to use text-x-generic for text files and application-x-generic for binary files. For some odd reason, the icon naming spec doesn't have a "file" icon... 
Comment 5 Paolo Bacchilega 2008-07-13 07:18:22 UTC
ok, thanks.