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 546978 - wrong icon for folders
wrong icon for folders
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-08-08 18:41 UTC by Matthias Clasen
Modified: 2008-08-09 06:32 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch (413 bytes, patch)
2008-08-08 18:42 UTC, Matthias Clasen
none Details | Review

Description Matthias Clasen 2008-08-08 18:41:39 UTC
file-roller picks the wrong icon for folder, because it treats
gnome-fs-directory as the mime type for folders, which leads to 
icon names of the form gnome-fs-directory, gnome-fs-directory-x-generic and so on.

The problem is that a) gnome-fs-directory is not a mime type at all and b) gnome-icon-theme no longer ships the legacy gnome-fs-directory icon.

The attached patch changes gnome-fs-directory to folder, which is still not a mime type, but at least it makes file-roller find the right icon.no
Comment 1 Matthias Clasen 2008-08-08 18:42:05 UTC
Created attachment 116177 [details] [review]
patch
Comment 2 Paolo Bacchilega 2008-08-09 06:32:02 UTC
patch applied, thanks.