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 394262 - image/* mimetype breaks stuff
image/* mimetype breaks stuff
Status: RESOLVED FIXED
Product: evince
Classification: Core
Component: general
git master
Other Mac OS
: Normal normal
: ---
Assigned To: Evince Maintainers
Evince Maintainers
Depends on:
Blocks:
 
 
Reported: 2007-01-08 15:26 UTC by paul
Modified: 2007-01-10 17:38 UTC
See Also:
GNOME target: ---
GNOME version: 2.17/2.18



Description paul 2007-01-08 15:26:31 UTC
in bug #390532, gkeyfile gets stricter
in that strictness, the image/* mimetype doesn't seem to work
with the patch in comment #8 of that bug, i get

GLib-CRITICAL **: Invalid key name: image/*

and if without that patch, all mimetype handling seems to go out the window as long as image/* is in evince.desktop
Comment 1 Matthias Clasen 2007-01-10 13:49:45 UTC
2007-01-10  Matthias Clasen  <mclasen@redhat.com>

        * glib/gkeyfile.c (g_key_file_is_key_name): Grr, allow '*' in keys,
        too.  (#394262)