mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
Merge pull request #1648 from hobarrera/xdg-support-files
Include some reference XDG files
This commit is contained in:
commit
62ceead444
2 changed files with 23 additions and 0 deletions
12
lib/xdg/telegramdesktop.desktop
Normal file
12
lib/xdg/telegramdesktop.desktop
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
[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;
|
11
lib/xdg/tg.protocol
Normal file
11
lib/xdg/tg.protocol
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
[Protocol]
|
||||||
|
exec=/usr/bin/telegram-desktop -- %u
|
||||||
|
protocol=tg
|
||||||
|
input=none
|
||||||
|
output=none
|
||||||
|
helper=true
|
||||||
|
listing=false
|
||||||
|
reading=false
|
||||||
|
writing=false
|
||||||
|
makedir=false
|
||||||
|
deleting=false
|
Loading…
Add table
Reference in a new issue