paulbsd-salt/states/firefox/templates/firefox.desktop.j2

12 lines
587 B
Plaintext
Raw Normal View History

2022-05-26 13:25:33 +02:00
## {{ salt['pillar.get']('salt_managed', default='Salt Managed') }}
{%- from "firefox/map.jinja" import firefox with context %}
[Desktop Entry]
2022-06-08 23:49:30 +02:00
Name=Firefox
2022-05-26 13:25:33 +02:00
Comment=Firefox Web browser
2024-04-27 18:41:54 +02:00
Exec=/usr/local/apps/firefox/firefox
Icon=/usr/local/apps/firefox/browser/chrome/icons/default/default128.png
2022-05-26 13:25:33 +02:00
Type=Application
Categories=Network;WebBrowser;
2022-06-08 23:49:30 +02:00
MimeType=application/pdf;application/rdf+xml;application/rss+xml;application/xhtml+xml;application/xhtml_xml;application/xml;image/gif;image/jpeg;image/png;image/webp;text/html;text/xml;x-scheme-handler/http;x-scheme-handler/https;
2023-03-11 10:08:26 +01:00
Version=1.0