diff options
author | 2022-06-25 20:45:08 +0200 | |
---|---|---|
committer | 2022-06-26 00:15:08 +0530 | |
commit | 66d20d3ef5f589829ed1668ef064ccf7b9baa482 (patch) | |
tree | 8224ca6e942d9b52acaa0bcb13729c95aaf38386 | |
parent | 211139005036fced3ae191c4989b32dfd9e95de1 (diff) | |
download | whatsie-66d20d3ef5f589829ed1668ef064ccf7b9baa482.tar.gz whatsie-66d20d3ef5f589829ed1668ef064ccf7b9baa482.zip |
feat: enable support for traybar entries on GNOME dash (#53)
* feat: enable support for traybar entries on GNOME dash
* feat: .desktop: add New Chat entry
-rw-r--r-- | dist/linux/com.ktechpit.whatsie.desktop | 39 |
1 files changed, 31 insertions, 8 deletions
diff --git a/dist/linux/com.ktechpit.whatsie.desktop b/dist/linux/com.ktechpit.whatsie.desktop index c11f0b5..c974b43 100644 --- a/dist/linux/com.ktechpit.whatsie.desktop +++ b/dist/linux/com.ktechpit.whatsie.desktop @@ -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 |