18 lines
500 B
YAML
18 lines
500 B
YAML
compose:
|
|
modules:
|
|
- foliate:master
|
|
flatpak:
|
|
id: com.github.johnfactotum.Foliate
|
|
branch: stable
|
|
command: com.github.johnfactotum.Foliate
|
|
finish-args: |-
|
|
--share=network
|
|
--share=ipc
|
|
--socket=fallback-x11
|
|
--socket=wayland
|
|
--device=dri
|
|
--filesystem=xdg-run/dconf
|
|
--filesystem=~/.config/dconf:ro
|
|
--talk-name=ca.desrt.dconf
|
|
--env=DCONF_USER_CONFIG_DIR=.config/dconf
|
|
--talk-name=org.freedesktop.Flatpak
|