mirror of
https://github.com/Cheviiot/Nivora.git
synced 2026-08-03 15:51:12 +00:00
Telegram's own Linux runtime checks whether the installed .desktop file's Exec matches its actual binary path, and silently writes a private copy to ~/.local/share/applications with a randomized name whenever it doesn't. Our desktop entry pointed at the /usr/bin/telegram-desktop symlink, which never matched /opt/telegram-desktop/Telegram, so Telegram regenerated a shadow launcher on every start, producing a second, unmatched icon. Exec/TryExec now point directly at the installed binary so Telegram's own check finds a match. Bumped release and updated the checksum for the changed desktop file.