dac8ace90c
This matches our app-id as the desktop-file spec recommends. This also fixes a bug where our notifications referred to this new name already.
20 lines
444 B
Plaintext
20 lines
444 B
Plaintext
[Desktop Entry]
|
|
Name=HexChat
|
|
GenericName=IRC Client
|
|
Comment=Chat with other people online
|
|
Keywords=IM;Chat;
|
|
Exec=@exec_command@
|
|
Icon=io.github.Hexchat
|
|
Terminal=false
|
|
Type=Application
|
|
Categories=GTK;Network;IRCClient;
|
|
StartupNotify=true
|
|
StartupWMClass=Hexchat
|
|
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
|