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 544237 - broken mime types list in desktop entry
broken mime types list in desktop entry
Status: RESOLVED FIXED
Product: evince
Classification: Core
Component: general
2.23.x
Other Linux
: Normal normal
: ---
Assigned To: Evince Maintainers
Evince Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-07-22 21:30 UTC by Götz Waschk
Modified: 2008-07-22 21:40 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
fix mime types list generation (651 bytes, patch)
2008-07-22 21:30 UTC, Götz Waschk
committed Details | Review

Description Götz Waschk 2008-07-22 21:30:02 UTC
If the comics backend is active, the desktop entry does not validate:
$ desktop-file-validate evince.desktop
evince.desktop: error: value "application/pdf;application/x-bzpdf;application/x-gzpdf;application/postscript;application/x-bzpostscript;application/x-gzpostscript;image/x-eps;image/x-bzeps;image/x-gzeps;application/x-dvi;application/x-bzdvi;application/x-gzdvi;image/vnd.djvu;image/tiff;application/x-cbr;application/x-cbz;application/x-cb7image/*;application/vnd.sun.xml.impress;application/vnd.oasis.opendocument.presentation;" for key "MimeType" in group "Desktop Entry" contains value "application/x-cb7image/*" which does not look like a MIME type
Comment 1 Götz Waschk 2008-07-22 21:30:39 UTC
Created attachment 115049 [details] [review]
fix mime types list generation
Comment 2 Nickolay V. Shmyrev 2008-07-22 21:40:58 UTC
Fixed, thanks a lot!