This file is indexed.

/usr/share/mime/packages/krita.xml is in krita-data 1:2.9.7-0ubuntu12.

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
26
27
28
29
<?xml version="1.0" encoding="UTF-8"?>
<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
  <mime-type type="application/x-krita-paintoppreset">
         <sub-class-of type="image/png"/>
         <comment xml:lang="en">Krita Brush Preset</comment>
         <glob pattern="*.kpp"/>
  </mime-type>
  <mime-type type="application/x-krita-assistant">
         <comment xml:lang="en">Krita Assistant</comment>
         <magic priority="50">
             <match type="string" value="paintingassistant" offset="40"/>
         </magic>
         <glob pattern="*.krassistant"/>
  </mime-type>
  <mime-type type="image/x-r16">
         <comment xml:lang="en">r16 heightmap</comment>
         <magic priority="50">
             <match type="string" value="r16heightmap" offset="40"/>
         </magic>
         <glob pattern="*.r16"/>
  </mime-type>
  <mime-type type="image/x-r8">
         <comment xml:lang="en">r8 heightmap</comment>
         <magic priority="50">
             <match type="string" value="r8heightmap" offset="40"/>
         </magic>
         <glob pattern="*.r8"/>
  </mime-type>
</mime-info>