Skip to content

Commit

Permalink
feat: enable support for traybar entries on GNOME dash (keshavbhatt#53)
Browse files Browse the repository at this point in the history
* feat: enable support for traybar entries on GNOME dash

* feat: .desktop: add New Chat entry
  • Loading branch information
M0Rf30 authored Jun 25, 2022
1 parent 2111390 commit 66d20d3
Showing 1 changed file with 31 additions and 8 deletions.
39 changes: 31 additions & 8 deletions dist/linux/com.ktechpit.whatsie.desktop
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

0 comments on commit 66d20d3

Please sign in to comment.