diff options
author | TingPing <tingping@tingping.se> | 2013-08-26 10:06:34 -0400 |
---|---|---|
committer | TingPing <tingping@tingping.se> | 2013-08-26 10:06:34 -0400 |
commit | d52cc1a1bd8d7efd4bd5db66bfb6921b4c391a36 (patch) | |
tree | ba3101178f9689910bcdb229e11e25a7a2294a49 /share | |
parent | 43a2f4309078f2abdded0605536d80890cd2d8a1 (diff) |
Add desktop and mimetype file for the Theme Manager
Diffstat (limited to 'share')
-rw-r--r-- | share/misc/htm-mime.xml | 7 | ||||
-rw-r--r-- | share/misc/htm.desktop | 7 |
2 files changed, 14 insertions, 0 deletions
diff --git a/share/misc/htm-mime.xml b/share/misc/htm-mime.xml new file mode 100644 index 00000000..1201aaf3 --- /dev/null +++ b/share/misc/htm-mime.xml @@ -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> diff --git a/share/misc/htm.desktop b/share/misc/htm.desktop new file mode 100644 index 00000000..7651c91f --- /dev/null +++ b/share/misc/htm.desktop @@ -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 |