diff options
author | Sebastian Krzyszkowiak <dos@dosowisko.net> | 2023-03-13 05:10:59 +0100 |
---|---|---|
committer | Marvin W <git@larma.de> | 2023-03-21 17:56:53 -0600 |
commit | 57d47b95754dbdef5f568e233fcb90b181b3c75c (patch) | |
tree | 96126c4e5eb0ad17d991e0448f1a0ccb3245f45b /main/data/im.dino.Dino.desktop | |
parent | 4e1311dfa9944fc04089037783db6a0a6eef7345 (diff) | |
download | dino-57d47b95754dbdef5f568e233fcb90b181b3c75c.tar.gz dino-57d47b95754dbdef5f568e233fcb90b181b3c75c.zip |
data: Set StartupNotify to true in .desktop file
GTK handles startup notifications, so advertise it in desktop
file. This allows splash screens and other startup indications
in DEs to work.
Diffstat (limited to 'main/data/im.dino.Dino.desktop')
-rw-r--r-- | main/data/im.dino.Dino.desktop | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/data/im.dino.Dino.desktop b/main/data/im.dino.Dino.desktop index 90f3e38f..8c04dc34 100644 --- a/main/data/im.dino.Dino.desktop +++ b/main/data/im.dino.Dino.desktop @@ -5,7 +5,7 @@ GenericName=Jabber/XMPP Client Keywords=chat;talk;im;message;xmpp;jabber; Exec=dino %U Icon=im.dino.Dino -StartupNotify=false +StartupNotify=true Terminal=false Type=Application Categories=GTK;Network;Chat;InstantMessaging; |