forked from keshavbhatt/whatsie
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: enable support for traybar entries on GNOME dash (keshavbhatt#53)
* feat: enable support for traybar entries on GNOME dash * feat: .desktop: add New Chat entry
- Loading branch information
Showing
1 changed file
with
31 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,38 @@ | ||
[Desktop Entry] | ||
Version=1.0 | ||
GenericName=Qt Whatsapp Web Client | ||
Name[en_US]=WhatSie | ||
Comment=Qt WhatsApp Web Client | ||
Name=WhatSie | ||
Type=Application | ||
GenericName[it]=Client Qt per WhatsApp Web | ||
GenericName=Qt WhatsApp Web Client | ||
Comment[it]=Un Client per WhatsApp Web basato su QT | ||
Comment=A WhatsApp Web Client using the QT framework | ||
Icon=com.ktechpit.whatsie | ||
StartupWMClass=whatsie | ||
Keywords=WhatSie;WhatsApp | ||
Exec=whatsie %u | ||
Terminal=false | ||
Type=Application | ||
Categories=Chat;Network;InstantMessaging;Qt; | ||
Keywords=WhatSie;WhatsApp; | ||
StartupWMClass=whatsie | ||
StartupNotify=true | ||
MimeType=x-scheme-handler/whatsapp; | ||
Terminal=false | ||
X-GNOME-UsesNotifications=true | ||
|
||
Actions=Chat;Settings;Lock;About; | ||
|
||
[Desktop Action Chat] | ||
Name[it]=Nuova Chat | ||
Name=New Chat | ||
Exec=whatsie -n | ||
|
||
[Desktop Action Settings] | ||
Name[it]=Impostazioni | ||
Name=Settings | ||
Exec=whatsie -s | ||
|
||
[Desktop Action Lock] | ||
Name[it]=Blocca | ||
Name=Lock | ||
Exec=whatsie -l | ||
|
||
[Desktop Action About] | ||
Name[it]=Info | ||
Name=About | ||
Exec=whatsie -i |