27 lines
843 B
YAML
27 lines
843 B
YAML
compose:
|
|
modules:
|
|
- thunderbird:stable
|
|
flatpak:
|
|
id: org.mozilla.Thunderbird
|
|
branch: stable
|
|
command: thunderbird
|
|
rename-appdata-file: mozilla-thunderbird.appdata.xml
|
|
rename-desktop-file: mozilla-thunderbird.desktop
|
|
rename-icon: thunderbird
|
|
finish-args: |-
|
|
--share=ipc
|
|
--socket=x11
|
|
--device=dri
|
|
--share=network
|
|
--socket=pulseaudio
|
|
--filesystem=~/.cache/thunderbird:create
|
|
--filesystem=~/.mozilla:create
|
|
--filesystem=~/.thunderbird:create
|
|
--filesystem=home:ro
|
|
--filesystem=xdg-download:rw
|
|
--filesystem=xdg-run/dconf
|
|
--filesystem=~/.config/dconf:ro
|
|
--talk-name=ca.desrt.dconf
|
|
--env=DCONF_USER_CONFIG_DIR=.config/dconf
|
|
--talk-name=org.a11y.*
|
|
--talk-name=org.freedesktop.Notifications
|