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 544184 - extra space in the mimetype lists
extra space in the mimetype lists
Status: RESOLVED FIXED
Product: file-roller
Classification: Applications
Component: general
2.23.x
Other Linux
: Normal normal
: ---
Assigned To: Paolo Bacchilega
file-roller-maint
Depends on:
Blocks:
 
 
Reported: 2008-07-22 15:30 UTC by Sebastien Bacher
Modified: 2008-07-23 08:20 UTC
See Also:
GNOME target: ---
GNOME version: 2.23/2.24


Attachments
trivial patch to fix the bug (2.42 KB, patch)
2008-07-22 15:31 UTC, Sebastien Bacher
none Details | Review
another trivial patch (2.22 KB, patch)
2008-07-22 21:39 UTC, Götz Waschk
none Details | Review

Description Sebastien Bacher 2008-07-22 15:30:48 UTC
there is an extra space in the mimetype lists
Comment 1 Sebastien Bacher 2008-07-22 15:31:10 UTC
Created attachment 115020 [details] [review]
trivial patch to fix the bug
Comment 2 Paolo Bacchilega 2008-07-22 15:57:42 UTC
patch applied, thanks.
Comment 3 Götz Waschk 2008-07-22 21:38:39 UTC
The desktop file still does not validate:
$ desktop-file-validate file-roller.desktop
file-roller.desktop: warning: key "Encoding" in group "Desktop Entry" is deprecated
file-roller.desktop: warning: value "application/x-7z-compressed;application/x-7z-compressed-tar;application/x-ace;application/x-alz;application/x-ar;application/x-arj;application/x-bzip;application/x-bzip-compressed-tar;application/x-bzip1;application/x-bzip1-compressed-tar;application/x-cabinet;application/x-cbr;application/x-cbz;application/x-cd-image;application/x-compress;application/x-compressed-tar;application/x-cpio;application/x-deb;application/x-ear;application/x-executable;application/x-gtar;application/x-gzip;application/x-gzpostscript;application/x-java-archive;application/x-java-archive;application/x-lha;application/x-lhz;application/x-lzma;application/x-lzma-compressed-tar;application/x-lzop;application/x-lzop-compressed-tar;application/x-rar;application/x-rar-compressed;application/x-rpm;application/x-rzip;application/x-tar;application/x-tarz;application/x-stuffit;application/x-war;application/x-zip;application/x-zip-compressed;application/x-zoo;application/zip;multipart/x-zip;" for key "MimeType" in group "Desktop Entry" contains "application/x-java-archive" more than once
Comment 4 Götz Waschk 2008-07-22 21:39:16 UTC
Created attachment 115051 [details] [review]
another trivial patch
Comment 5 Sebastien Bacher 2008-07-23 08:20:40 UTC
the bug was about the spacing issue not about validating the entry, you should open a new bug and you can also fix the encoding warning if you decide to clean this one