Skip to content

Commit 66d20d3

Browse files
authored
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
1 parent 2111390 commit 66d20d3

File tree

1 file changed

+31
-8
lines changed

1 file changed

+31
-8
lines changed
Lines changed: 31 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,38 @@
11
[Desktop Entry]
2-
Version=1.0
3-
GenericName=Qt Whatsapp Web Client
4-
Name[en_US]=WhatSie
5-
Comment=Qt WhatsApp Web Client
62
Name=WhatSie
7-
Type=Application
3+
GenericName[it]=Client Qt per WhatsApp Web
4+
GenericName=Qt WhatsApp Web Client
5+
Comment[it]=Un Client per WhatsApp Web basato su QT
6+
Comment=A WhatsApp Web Client using the QT framework
87
Icon=com.ktechpit.whatsie
9-
StartupWMClass=whatsie
10-
Keywords=WhatSie;WhatsApp
118
Exec=whatsie %u
9+
Terminal=false
10+
Type=Application
1211
Categories=Chat;Network;InstantMessaging;Qt;
12+
Keywords=WhatSie;WhatsApp;
13+
StartupWMClass=whatsie
14+
StartupNotify=true
1315
MimeType=x-scheme-handler/whatsapp;
14-
Terminal=false
1516
X-GNOME-UsesNotifications=true
17+
18+
Actions=Chat;Settings;Lock;About;
19+
20+
[Desktop Action Chat]
21+
Name[it]=Nuova Chat
22+
Name=New Chat
23+
Exec=whatsie -n
24+
25+
[Desktop Action Settings]
26+
Name[it]=Impostazioni
27+
Name=Settings
28+
Exec=whatsie -s
29+
30+
[Desktop Action Lock]
31+
Name[it]=Blocca
32+
Name=Lock
33+
Exec=whatsie -l
34+
35+
[Desktop Action About]
36+
Name[it]=Info
37+
Name=About
38+
Exec=whatsie -i

0 commit comments

Comments
 (0)