mirror of
https://github.com/Cheviiot/Nivora.git
synced 2026-08-03 15:51:12 +00:00
fix(telegram-desktop): declare DBusActivatable=true to match Telegram's own check
Matching Exec to the real binary path wasn't enough: Telegram also compares the installed .desktop's DBusActivatable field against what it expects and still self-installs a shadow copy in ~/.local/share/applications when it sees DBusActivatable=false, producing the same duplicate-icon symptom. Setting it to true stops the shadow copy. Bumped release and checksum.
This commit is contained in:
@@ -11,7 +11,7 @@ Categories=Chat;Network;InstantMessaging;Qt;
|
||||
MimeType=x-scheme-handler/tg;x-scheme-handler/tonsite;
|
||||
Keywords=tg;chat;im;messaging;messenger;sms;tdesktop;
|
||||
Actions=quit;
|
||||
DBusActivatable=false
|
||||
DBusActivatable=true
|
||||
SingleMainWindow=true
|
||||
X-GNOME-UsesNotifications=true
|
||||
X-GNOME-SingleWindow=true
|
||||
|
||||
Reference in New Issue
Block a user