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.
This commit is contained in:
parent
4e1311dfa9
commit
57d47b9575
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue