updated firefox state
This commit is contained in:
parent
3b9cbac7ea
commit
4999a9cd76
@ -1,14 +1,11 @@
|
|||||||
## {{ salt['pillar.get']('salt_managed', default='Salt Managed') }}
|
## {{ salt['pillar.get']('salt_managed', default='Salt Managed') }}
|
||||||
{%- from "firefox/map.jinja" import firefox with context %}
|
{%- from "firefox/map.jinja" import firefox with context %}
|
||||||
[Desktop Entry]
|
[Desktop Entry]
|
||||||
Encoding=UTF-8
|
Name=Firefox
|
||||||
Version=1.0
|
|
||||||
Name=Firefox Web browser
|
|
||||||
Comment=Firefox Web browser
|
Comment=Firefox Web browser
|
||||||
Exec=/usr/bin/firefox
|
Exec=firefox
|
||||||
Icon={{ firefox.install_dir }}/firefox/browser/chrome/icons/default/default128.png
|
Icon=firefox
|
||||||
Terminal=false
|
|
||||||
StartupWMClass=firefox
|
|
||||||
Type=Application
|
Type=Application
|
||||||
Categories=Network;WebBrowser;
|
Categories=Network;WebBrowser;
|
||||||
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;
|
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;
|
||||||
|
Version=1.0
|
@ -38,6 +38,14 @@ firefox-shortcut:
|
|||||||
- require:
|
- require:
|
||||||
- archive: firefox-archive-extract
|
- archive: firefox-archive-extract
|
||||||
|
|
||||||
|
firefox-icon:
|
||||||
|
file.managed:
|
||||||
|
- name: /usr/share/icons/firefox.png
|
||||||
|
- source: /usr/local/apps/firefox/browser/chrome/icons/default/default128.png
|
||||||
|
- user: root
|
||||||
|
- group: root
|
||||||
|
- mode: 644
|
||||||
|
|
||||||
firefox-cleanup:
|
firefox-cleanup:
|
||||||
software.cleanup:
|
software.cleanup:
|
||||||
- name: firefox
|
- name: firefox
|
||||||
|
Loading…
Reference in New Issue
Block a user