diff options
Diffstat (limited to 'data/misc/io.github.Hexchat.desktop.in.in')
-rw-r--r-- | data/misc/io.github.Hexchat.desktop.in.in | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/data/misc/io.github.Hexchat.desktop.in.in b/data/misc/io.github.Hexchat.desktop.in.in new file mode 100644 index 00000000..a5ff40d8 --- /dev/null +++ b/data/misc/io.github.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 |