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:
@@ -1,6 +1,6 @@
|
||||
name='telegram-desktop'
|
||||
version='7.0.5'
|
||||
release=2
|
||||
release=3
|
||||
summary='Official Telegram messaging client'
|
||||
summary_ru='Официальный клиент мессенджера Telegram'
|
||||
group='Networking/Instant messaging'
|
||||
@@ -46,7 +46,7 @@ sources=(
|
||||
|
||||
checksums=(
|
||||
'sha256:37e23ce08333340504623042120b826f7a2a5650c831187219ab9c520740eb42'
|
||||
'sha256:bf4db283db2b5706498646393c8853e56b41dee6ac14f18611041a8512eaf286'
|
||||
'sha256:3a5d621a98f14c34f43474d610ce1c8c7c1849ef21093f9666c2cc6556870682'
|
||||
'sha256:3fb1400c7dc9bbc3b5cb3ffedcbf4a9b09c53e28b57a7ff33a8a6b9048864090'
|
||||
'sha256:f3ad1b5ecdc1c9e5ab3719a0b084a3e0b4fc87ad424fbf81043df9637be3d1f5'
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user