/usr/share/mime/packages/qtads.xml is in qtads 2.1.6-1.1.
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 | <?xml version="1.0" encoding="UTF-8"?>
<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
<mime-type type="application/x-tads">
<comment>TADS 2 Game</comment>
<magic priority="50">
<match type="string" offset="0" value="TADS2 bin\x0A\x0D\x1A"/>
</magic>
<glob pattern="*.gam"/>
</mime-type>
<mime-type type="application/x-t3vm-image">
<comment>TADS 3 Executable</comment>
<magic priority="50">
<match type="string" offset="0" value="T3-image\x0D\x0A\x1A"/>
</magic>
<glob pattern="*.t3"/>
<glob pattern="*.t3x"/>
</mime-type>
</mime-info>
|