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"
|
||||
platform: "linux-x86_64"
|
||||
lang: "en-GB"
|
||||
profile: default
|
||||
|
@ -38,14 +38,6 @@ thunderbird-shortcut:
|
||||
- require:
|
||||
- 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:
|
||||
software.cleanup:
|
||||
- name: thunderbird
|
||||
|
@ -1,10 +1,11 @@
|
||||
## Managed by PaulBSD Salt (https://git.paulbsd.com/paulbsd/paulbsd-salt)
|
||||
{%- from "thunderbird/map.jinja" import thunderbird with context %}
|
||||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
Version=1.0
|
||||
Name=Thunderbird
|
||||
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
|
||||
Terminal=false
|
||||
StartupWMClass=Thunderbird
|
||||
|
Loading…
Reference in New Issue
Block a user