25 lines
715 B
YAML
25 lines
715 B
YAML
compose:
|
|
modules:
|
|
- evolution:master
|
|
flatpak:
|
|
id: org.gnome.Evolution
|
|
branch: stable
|
|
command: evolution
|
|
rename-icon: evolution
|
|
copy-icon: true
|
|
finish-args: |-
|
|
--share=ipc
|
|
--share=network
|
|
--socket=x11
|
|
--socket=wayland
|
|
--socket=pulseaudio
|
|
--device=dri
|
|
--filesystem=~/.gnupg:rw
|
|
--filesystem=xdg-run/dconf
|
|
--filesystem=~/.config/dconf:ro
|
|
--env=DCONF_USER_CONFIG_DIR=.config/dconf
|
|
--talk-name=ca.desrt.dconf
|
|
--talk-name=org.freedesktop.Notifications
|
|
--talk-name=org.freedesktop.secrets
|
|
--talk-name=org.gnome.keyring.SystemPrompter
|
|
--talk-name=org.gnome.OnlineAccounts
|