diff options
Diffstat (limited to 'data/misc/hexchat.desktop.in.in')
-rw-r--r-- | data/misc/hexchat.desktop.in.in | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/data/misc/hexchat.desktop.in.in b/data/misc/hexchat.desktop.in.in new file mode 100644 index 00000000..a778e9b5 --- /dev/null +++ b/data/misc/hexchat.desktop.in.in @@ -0,0 +1,18 @@ +[Desktop Entry] +_Name=HexChat +_GenericName=IRC Client +_Comment=Chat with other people online +_Keywords=IM;Chat; +Exec=@exec_command@ +Icon=hexchat +Terminal=false +Type=Application +Categories=GTK;Network;IRCClient; +StartupNotify=true +X-GNOME-UsesNotifications=true +MimeType=x-scheme-handler/irc;x-scheme-handler/ircs; +Actions=SafeMode; + +[Desktop Action SafeMode] +_Name=Open Safe Mode +Exec=hexchat --no-auto --no-plugins |