/usr/share/mime/packages/glom.xml is in glom 1.22.4-0ubuntu5.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | <?xml version="1.0" encoding="UTF-8"?>
<!-- This is a MIME-type registration file.-->
<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info" xmlns:osso="http://nokia.com/osso/mime-categories">
<mime-type type="application/x-glom">
<comment>Glom</comment>
<comment xml:lang="en">Glom</comment>
<osso:category name="documents"/>
<glob pattern="*.glom"/>
<!-- We keep this string match for systems that maybe don't support root-XML,
and for old .glom files that don't mention our xmlns ID. -->
<magic priority="80">
<match type="string" value="<glom_document" offset="0:100"/>
</magic>
<root-XML namespaceURI="http://glom.org/glom_document" localName="glom_document"/>
</mime-type>
</mime-info>
|