Add desktop and mimetype file for the Theme Manager
This commit is contained in:
parent
43a2f43090
commit
d52cc1a1bd
7
share/misc/htm-mime.xml
Normal file
7
share/misc/htm-mime.xml
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
<?xml version="1.0"?>
|
||||||
|
<mime-info xmlns='http://www.freedesktop.org/standards/shared-mime-info'>
|
||||||
|
<mime-type type="application/x-hct">
|
||||||
|
<comment>HexChat theme archives</comment>
|
||||||
|
<glob pattern="*.hct"/>
|
||||||
|
</mime-type>
|
||||||
|
</mime-info>
|
7
share/misc/htm.desktop
Normal file
7
share/misc/htm.desktop
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
[Desktop Entry]
|
||||||
|
Name=HexChat Theme Manager
|
||||||
|
Exec=mono /usr/bin/thememan %f
|
||||||
|
Icon=hexchat
|
||||||
|
Terminal=false
|
||||||
|
Type=Application
|
||||||
|
MimeType=application/x-hct
|
Loading…
Reference in New Issue
Block a user