diff options
author | Patrick Griffis <tingping@tingping.se> | 2017-12-24 12:09:36 -0500 |
---|---|---|
committer | Patrick Griffis <tingping@tingping.se> | 2017-12-24 13:00:40 -0500 |
commit | 7d7be8321613acf4a613894163b8468f107415de (patch) | |
tree | 07e9fcd19c33e7f0fe506c4c8026bedcf54ea4ae /data/misc/hexchat.desktop.in.in | |
parent | 005858795878b92fc17b4c2127bce90a1d053483 (diff) |
Rename app-id to io.github.Hexchat
RDNS syntax is recommended for applications and this matches the existing flatpak. Note that the dbus service and icons still need renaming though the former is an API breakage. Closes #2104 Closes #2103
Diffstat (limited to 'data/misc/hexchat.desktop.in.in')
-rw-r--r-- | data/misc/hexchat.desktop.in.in | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/data/misc/hexchat.desktop.in.in b/data/misc/hexchat.desktop.in.in deleted file mode 100644 index a5ff40d8..00000000 --- a/data/misc/hexchat.desktop.in.in +++ /dev/null @@ -1,18 +0,0 @@ -[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 |