Created
August 20, 2017 08:28
-
-
Save bobby1030/ebd0d446a110aa6b40c767da9a8928ff to your computer and use it in GitHub Desktop.
Telegram Desktop Entry
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Desktop Entry] | |
Version=1.0 | |
Name=Telegram Desktop | |
Comment=Official desktop version of Telegram messaging app | |
TryExec=/opt/Telegram/Telegram | |
Exec=/opt/Telegram/Telegram -- %u | |
Icon=telegram | |
Terminal=false | |
StartupWMClass=TelegramDesktop | |
Type=Application | |
Categories=Network;InstantMessaging;Qt; | |
MimeType=x-scheme-handler/tg; | |
X-Desktop-File-Install-Version=0.23 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
try not use
MimeType=x-scheme-handler/tg;
, and addx-scheme-handler/tg=tg.desktop
in [Default Applications] entry of ~/.config/mimeapps.list or telegram will overwrite it withuserapp-Telegram Desktop-xxxxx.desktop
see telegramdesktop/tdesktop#16311