mirror of https://github.com/procxx/kepka.git
Merge pull request #1648 from hobarrera/xdg-support-files
Include some reference XDG files
This commit is contained in:
commit
62ceead444
|
@ -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;
|
|
@ -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…
Reference in New Issue