17 lines
403 B
YAML
17 lines
403 B
YAML
compose:
|
|
modules:
|
|
- inkscape:stable
|
|
flatpak:
|
|
id: org.inkscape.Inkscape
|
|
branch: stable
|
|
command: inkscape
|
|
finish-args: |-
|
|
--share=ipc
|
|
--socket=x11
|
|
--socket=wayland
|
|
--filesystem=host
|
|
--filesystem=xdg-config/gtk-3.0
|
|
--filesystem=xdg-run/gvfs
|
|
--filesystem=xdg-run/gvfsd
|
|
--talk-name=org.gtk.vfs.*
|
|
--share=network
|