23 lines
620 B
YAML
23 lines
620 B
YAML
flatpak:
|
|
id: com.rawtherapee.RawTherapee
|
|
branch: stable
|
|
runtime-name: flatpak-runtime
|
|
runtime-version: f44
|
|
packages:
|
|
- rawtherapee
|
|
command: rawtherapee
|
|
rename-desktop-file: rawtherapee.desktop
|
|
rename-icon: rawtherapee
|
|
copy-icon: true
|
|
finish-args: |-
|
|
--share=ipc
|
|
--socket=fallback-x11
|
|
--socket=wayland
|
|
--socket=pulseaudio
|
|
--filesystem=home
|
|
--filesystem=/tmp
|
|
--filesystem=xdg-run/gvfs:ro
|
|
--filesystem=xdg-run/gvfsd
|
|
--talk-name=org.gtk.vfs.*
|
|
--talk-name=org.freedesktop.Flatpak
|
|
--device=dri
|