/usr/share/mime/packages/drumstick.xml is in drumstick-tools 0.5.0-3.
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-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
<mime-type type="audio/cakewalk">
<sub-class-of type="application/octet-stream"/>
<generic-icon name="audio-midi"/>
<comment>Cakewalk project file</comment>
<comment xml:lang="en_GB">Cakewalk project file</comment>
<comment xml:lang="es">Archivo de proyecto Cakewalk</comment>
<magic priority="50">
<match value="CAKEWALK\x1a" type="string" offset="0"/>
</magic>
<glob pattern="*.wrk"/>
</mime-type>
<mime-type type="audio/overture">
<sub-class-of type="application/octet-stream"/>
<generic-icon name="audio-midi"/>
<comment>Overture project file</comment>
<comment xml:lang="en_GB">Overture project file</comment>
<comment xml:lang="es">Archivo de proyecto Overture</comment>
<magic priority="50">
<match value="OVSC\0\0\0" type="string" offset="0"/>
</magic>
<glob pattern="*.ove"/>
</mime-type>
</mime-info>
|