From 57d47b95754dbdef5f568e233fcb90b181b3c75c Mon Sep 17 00:00:00 2001 From: Sebastian Krzyszkowiak Date: Mon, 13 Mar 2023 05:10:59 +0100 Subject: 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. --- main/data/im.dino.Dino.desktop | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main') 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; -- cgit v1.2.3-54-g00ecf