/usr/share/mime/packages/leocad.xml is in leocad 0.80.1+svn1545b-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 | <?xml version="1.0"?>
<mime-info xmlns='http://www.freedesktop.org/standards/shared-mime-info'>
<mime-type type="application/vnd.leocad">
<comment>LeoCAD Project</comment>
<magic priority="90">
<match type="string" offset="0" value="LeoCAD 0.">
<match type="string" offset="10" value=" Project\0\0"/>
</match>
</magic>
<glob pattern="*.lcd"/>
<glob pattern="*.leocad"/>
</mime-type>
</mime-info>
|