This file is indexed.

/usr/share/mime/packages/klatexformula-mime.xml is in klatexformula 3.2.8-0ubuntu1.

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
21
22
23
24
25
<?xml version="1.0" encoding="UTF-8"?>
<!-- MIME types for KLatexFormula  -->
<!-- $Id: klatexformula-mime.xml 560 2010-11-18 22:43:35Z philippe $ -->
<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
  <mime-type type="application/x-klatexformula">
    <comment>KLatexFormula Library Export</comment>
    <comment xml:lang="fr">Exportation de Bibliothèque KLatexFormula</comment>
    <glob pattern="*.klf"/>
    <magic priority="90">
      <match type="string" offset="0" value="\0\0\08\0K\0L\0A\0T\0E\0X\0F\0O\0R\0M\0U\0L\0A\0_\0L\0I\0B\0R\0A\0R\0Y\0_\0E\0X\0P\0O\0R\0T"/>
    </magic>
  </mime-type>
  <mime-type type="application/x-klatexformula-db">
    <comment>KLatexFormula Library Resource (Sqlite DB)</comment>
    <comment xml:lang="fr">Ressource KLatexFormula (BD Sqlite)</comment>
    <!-- We still don't have a better magic signature, TODO.
         We need to match eg. a specific SQLite User Version so that we don't match
         every sqlite file (not related to KLF)
         <magic priority="90">
           <match type="string" offset="0" value="SQLite format 3\0"/>
         </magic>
    -->
    <glob pattern="*.klf.db"/>
  </mime-type>
</mime-info>