paulbsd-salt/states/telegram/templates/telegram.desktop.j2
Paul ee7859e385
All checks were successful
continuous-integration/drone/push Build is passing
updated telegram state
2025-08-02 10:20:43 +02:00

17 lines
543 B
Django/Jinja

## {{ salt['pillar.get']('salt_managed', default='Salt Managed') }}
{%- from "telegram/map.jinja" import telegram with context %}
[Desktop Entry]
Version=1.5
Name=Telegram Desktop
Comment=Official desktop version of Telegram messaging app
Exec=env DESKTOPINTEGRATION="disabled" /usr/bin/telegram -- %u
Icon=/usr/share/icons/telegram.png
Terminal=false
StartupWMClass=TelegramDesktop
Type=Application
Categories=Network;
MimeType=x-scheme-handler/tg;
X-Desktop-File-Install-Version=0.22
X-GNOME-UsesNotifications=true
X-GNOME-SingleWindow=true