diff options
| author | Sebastian Krzyszkowiak <dos@dosowisko.net> | 2023-03-13 05:10:59 +0100 |
|---|---|---|
| committer | Xavier Del Campo Romero <xavi92@disroot.org> | 2026-02-10 23:40:46 +0100 |
| commit | dc3e76b70efaf8a4f4272b3c1b16dd00095cc58b (patch) | |
| tree | 29cfc2269454d203d300e4fa5e94e78de20b8eb2 /main | |
| parent | 3769d06940e6cf68f0f9ecafb4c275cf33944ea2 (diff) | |
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')
| -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 66faaa82..647783b2 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; |
