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 785026 - comics: Fix extra ";" leading to a warning during installation
comics: Fix extra ";" leading to a warning during installation
Status: RESOLVED FIXED
Product: evince
Classification: Core
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: Evince Maintainers
Evince Maintainers
Depends on:
Blocks:
 
 
Reported: 2017-07-17 14:47 UTC by Bastien Nocera
Modified: 2017-07-17 14:50 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
comics: Fix extra ";" leading to a warning during installation (1.51 KB, patch)
2017-07-17 14:47 UTC, Bastien Nocera
committed Details | Review

Description Bastien Nocera 2017-07-17 14:47:19 UTC
.
Comment 1 Bastien Nocera 2017-07-17 14:47:23 UTC
Created attachment 355756 [details] [review]
comics: Fix extra ";" leading to a warning during installation

The concatenated mime-types end up with a ...mime-type;;mime-type...
pattern, an empty mime-type, which update-desktop-database doesn't
like.

Error in file "/usr/share/applications/evince.desktop": "" is an invalid MIME type ("" does not contain a subtype)

See https://bugzilla.redhat.com/show_bug.cgi?id=1471474
Comment 2 Bastien Nocera 2017-07-17 14:50:16 UTC
Attachment 355756 [details] pushed as efbd151 - comics: Fix extra ";" leading to a warning during installation
in gnome-3-24

Also fixed in gnome-3-20 and gnome-3-22