Last active
June 29, 2022 09:51
-
-
Save rojenzaman/40302c37189793643da0b0ef7ed7d86f to your computer and use it in GitHub Desktop.
Telegram icon and desktop file
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 | |
Comment=Official desktop version of Telegram messaging app | |
TryExec=/usr/bin/telegram | |
Exec=/usr/bin/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