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
481a68fd89
commit
1738bf8dc8
|
@ -5,7 +5,7 @@ GenericName=Jabber/XMPP Client
|
||||||
Keywords=chat;talk;im;message;xmpp;jabber;
|
Keywords=chat;talk;im;message;xmpp;jabber;
|
||||||
Exec=dino %U
|
Exec=dino %U
|
||||||
Icon=im.dino.Dino
|
Icon=im.dino.Dino
|
||||||
StartupNotify=false
|
StartupNotify=true
|
||||||
Terminal=false
|
Terminal=false
|
||||||
Type=Application
|
Type=Application
|
||||||
Categories=GTK;Network;Chat;InstantMessaging;
|
Categories=GTK;Network;Chat;InstantMessaging;
|
||||||
|
|
Loading…
Reference in a new issue