Skip to content

Instantly share code, notes, and snippets.

@dschier-wtd
Last active February 3, 2023 08:38
Show Gist options
  • Save dschier-wtd/9f88ce9e664c54a618781fb91c2c6773 to your computer and use it in GitHub Desktop.
Save dschier-wtd/9f88ce9e664c54a618781fb91c2c6773 to your computer and use it in GitHub Desktop.
telegram desktop autostart
# Desktop entry below
Put the below content to ~/.config/autostart/telegram-desktop.desktop
```
[Desktop Entry]
Version=1.0
Name=Telegram Desktop
GenericName=Telegram Desktop
Keywords=IM;Chat;
Comment=Official desktop version of Telegram messaging app
Exec=/usr/bin/telegram-desktop -startintray %u
Icon=telegram-desktop
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