2020-07-10 00:58:55 +02:00
|
|
|
## {{ salt['pillar.get']('salt_managed', default='Salt Managed') }}
|
|
|
|
{%- from "telegram/map.jinja" import telegram with context %}
|
|
|
|
[Desktop Entry]
|
|
|
|
Encoding=UTF-8
|
|
|
|
Version=1.0
|
|
|
|
Name=Telegram Desktop
|
|
|
|
Comment=Official desktop version of Telegram messaging app
|
|
|
|
Exec=/usr/bin/telegram -- %u
|
|
|
|
Icon=telegram
|
|
|
|
Terminal=false
|
|
|
|
StartupWMClass=Telegram
|
|
|
|
Type=Application
|
|
|
|
Categories=Network;
|
|
|
|
MimeType=x-scheme-handler/tg;
|
2023-03-10 00:08:05 +01:00
|
|
|
X-Desktop-File-Install-Version=0.22
|