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 501160 - doesn't use mime cache
doesn't use mime cache
Status: RESOLVED FIXED
Product: gnome-vfs
Classification: Deprecated
Component: MIME and file/program mapping
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gnome-vfs maintainers
gnome-vfs maintainers
Depends on:
Blocks:
 
 
Reported: 2007-12-03 05:44 UTC by Matthias Clasen
Modified: 2007-12-03 15:42 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
mime-cache.patch (855 bytes, patch)
2007-12-03 05:57 UTC, Matthias Clasen
committed Details | Review

Description Matthias Clasen 2007-12-03 05:44:55 UTC
the code is not compiled in because HAVE_MMAP is not defined.
Comment 1 Matthias Clasen 2007-12-03 05:57:24 UTC
Created attachment 100090 [details] [review]
mime-cache.patch
Comment 2 Matthias Clasen 2007-12-03 15:42:07 UTC
2007-11-03  Matthias Clasen  <mlcasen@redhat.com>

        * configure.in: Check for mmap, so that the mime cache is actually
        used.  (#501160)