22 lines
557 B
YAML
22 lines
557 B
YAML
compose:
|
|
modules:
|
|
- gimp:stable
|
|
flatpak:
|
|
id: org.gimp.GIMP
|
|
branch: stable
|
|
command: gimp-2.10
|
|
rename-desktop-file: gimp.desktop
|
|
rename-icon: gimp
|
|
finish-args: |-
|
|
--share=ipc
|
|
--share=network
|
|
--socket=x11
|
|
--device=dri
|
|
--filesystem=host
|
|
--filesystem=xdg-config/GIMP
|
|
--filesystem=xdg-config/gtk-3.0
|
|
--filesystem=/tmp
|
|
--filesystem=xdg-run/gvfs
|
|
--talk-name=org.gtk.vfs
|
|
--talk-name=org.gtk.vfs.*
|
|
--talk-name=org.freedesktop.FileManager1
|