tdv/sdgui.xml
Přemysl Eric Janouch 33e98881ad
sdgui: add a MIME-associated desktop file
Neither StarDict nor shared-mime-info have their own MIME DB file.
2021-10-16 09:00:31 +02:00

11 lines
355 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
<mime-type type="application/x-stardict-ifo">
<comment>StarDict dictionary main file</comment>
<magic>
<match type="string" offset="0" value="StarDict's dict ifo file"/>
</magic>
<glob pattern="*.ifo"/>
</mime-type>
</mime-info>