updated thunderbird state
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
e2eac120d2
commit
8480525090
@ -8,3 +8,4 @@ thunderbird:
|
|||||||
version: "125.0"
|
version: "125.0"
|
||||||
platform: "linux-x86_64"
|
platform: "linux-x86_64"
|
||||||
lang: "en-GB"
|
lang: "en-GB"
|
||||||
|
profile: default
|
||||||
|
@ -38,14 +38,6 @@ thunderbird-shortcut:
|
|||||||
- require:
|
- require:
|
||||||
- archive: thunderbird-archive-extract
|
- archive: thunderbird-archive-extract
|
||||||
|
|
||||||
thunderbird-icon:
|
|
||||||
file.managed:
|
|
||||||
- name: /usr/share/icons/thunderbird.png
|
|
||||||
- source: /usr/local/apps/thunderbird/chrome/icons/default/default128.png
|
|
||||||
- user: root
|
|
||||||
- group: root
|
|
||||||
- mode: 644
|
|
||||||
|
|
||||||
thunderbird-cleanup:
|
thunderbird-cleanup:
|
||||||
software.cleanup:
|
software.cleanup:
|
||||||
- name: thunderbird
|
- name: thunderbird
|
||||||
|
@ -1,10 +1,11 @@
|
|||||||
## Managed by PaulBSD Salt (https://git.paulbsd.com/paulbsd/paulbsd-salt)
|
## Managed by PaulBSD Salt (https://git.paulbsd.com/paulbsd/paulbsd-salt)
|
||||||
|
{%- from "thunderbird/map.jinja" import thunderbird with context %}
|
||||||
[Desktop Entry]
|
[Desktop Entry]
|
||||||
Encoding=UTF-8
|
Encoding=UTF-8
|
||||||
Version=1.0
|
Version=1.0
|
||||||
Name=Thunderbird
|
Name=Thunderbird
|
||||||
Comment=Thunderbird mail client
|
Comment=Thunderbird mail client
|
||||||
Exec=/usr/local/apps/thunderbird/thunderbird
|
Exec=/usr/local/apps/thunderbird/thunderbird -p {{ thunderbird.profile }}
|
||||||
Icon=/usr/local/apps/thunderbird/chrome/icons/default/default128.png
|
Icon=/usr/local/apps/thunderbird/chrome/icons/default/default128.png
|
||||||
Terminal=false
|
Terminal=false
|
||||||
StartupWMClass=Thunderbird
|
StartupWMClass=Thunderbird
|
||||||
|
Loading…
Reference in New Issue
Block a user