mirror of
https://github.com/telegramdesktop/tdesktop
synced 2024-12-29 01:52:48 +00:00
3a919628b3
Include a .desktop file (for app menu in xdg-complaint desktops), and tg.protocol (for having xdg-complaint apps pick up the tg: protocol). Signed-off-by: Hugo Osvaldo Barrera <hugo@barrera.io> (github: hobarrera)
13 lines
319 B
Desktop File
13 lines
319 B
Desktop File
[Desktop Entry]
|
|
Encoding=UTF-8
|
|
Version=1.0
|
|
Name=Telegram Desktop
|
|
Comment=Official desktop version of Telegram messaging app
|
|
Exec=/usr/bin/telegram-desktop -- %u
|
|
Icon=telegram-desktop
|
|
Terminal=false
|
|
StartupWMClass=Telegram
|
|
Type=Application
|
|
Categories=Network;
|
|
MimeType=application/x-xdg-protocol-tg;x-scheme-handler/tg;
|