diff options
author | TingPing <tingping@tingping.se> | 2014-02-16 01:05:07 -0500 |
---|---|---|
committer | TingPing <tingping@tingping.se> | 2014-02-16 01:05:07 -0500 |
commit | bed5a21700bfc0acf4bfa2f43cdc427981020149 (patch) | |
tree | 5611ebcaa6ab2c48b06edcca68160bb10aa65c09 /data/misc/hexchat.desktop.in | |
parent | 12cd5cb64a51c892f6303743a40eed1a56533c5d (diff) |
Add safemode action to desktop file
Diffstat (limited to 'data/misc/hexchat.desktop.in')
-rw-r--r-- | data/misc/hexchat.desktop.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/data/misc/hexchat.desktop.in b/data/misc/hexchat.desktop.in index 1408475d..bca42665 100644 --- a/data/misc/hexchat.desktop.in +++ b/data/misc/hexchat.desktop.in @@ -11,3 +11,8 @@ 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 |