Skip to content

erichardy/Products.MimetypesRegistry

 
 

Repository files navigation

Mimetypes Registry

Provide a registry of mimetypes, accessible via the mimetypes_registry tool.

Upgrade from older versions

If you want to use the updated mimetypes registry database from the version after 2.0.6 and you don't have important customizations you need to keep, just delete the old mimetypes_registry tool from ZMI and import all steps from the MimetypesRegistry profile.

How to update the mimetypes registry from freedesktop.org

  1. Clone the shared-mime-info repository from freedesktop.org:

    $ git clone git://anongit.freedesktop.org/xdg/shared-mime-info
  2. Build it:

    $ cd shared-mime-info
    $ ./autogen.sh
    $ ./configure 
    $ make
  3. Copy the freedesktop.org.xml file to Products.MimetypesRegistry's mime_type folder.

Authors

Credits

Mimetypes registry information from freedesktop.org.

Icons from:

Packages

No packages published

Languages

  • Python 100.0%