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 312243 - wrong zoo and 7-zip extensions
wrong zoo and 7-zip extensions
Status: RESOLVED FIXED
Product: file-roller
Classification: Applications
Component: general
unspecified
Other Linux
: Normal minor
: ---
Assigned To: Paolo Bacchilega
file-roller-maint
Depends on:
Blocks:
 
 
Reported: 2005-08-01 14:51 UTC by Claudio Bley
Modified: 2005-08-02 16:44 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
add the correct extension for zoo and 7-zip archives (1.36 KB, patch)
2005-08-01 14:59 UTC, Claudio Bley
none Details | Review

Description Claudio Bley 2005-08-01 14:51:43 UTC
Somehow somebody mixed up the extensions for zoo and 7-zip. In src/actions.c in
function get_supported_archive_types when "zoo" is found in the path the
extension added is ".7z". With 7-zip archives it's the other way round.
Comment 1 Claudio Bley 2005-08-01 14:59:36 UTC
Created attachment 50069 [details] [review]
add the correct extension for zoo and 7-zip archives

+ fixes the wrong extensions for 7-zip and zoo archives
+ "7za" and "7z" are really the same tool, so I think it's better to handle
them as one
Comment 2 Paolo Bacchilega 2005-08-02 16:44:09 UTC
patch applied, you are the man.