-
Notifications
You must be signed in to change notification settings - Fork 1
/
com.rawtherapee.RawTherapee.yaml
47 lines (47 loc) · 1.13 KB
/
com.rawtherapee.RawTherapee.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
app-id: com.rawtherapee.RawTherapee
runtime: org.gnome.Platform
runtime-version: '3.34'
sdk: org.gnome.Sdk
command: rawtherapee
rename-desktop-file: rawtherapee.desktop
rename-icon: rawtherapee
copy-icon: true
finish-args:
# X11 + XShm access
- --share=ipc
- --socket=x11
# Wayland access
- --socket=wayland
# Audio access
# Play sound notifications
- --socket=pulseaudio
# Filesystem access
- --filesystem=host
# Access to temporary files
# Share data between RawTherapee and external editors, especially GIMP
- --filesystem=/tmp
# Dconf access
- --filesystem=xdg-run/dconf
- --filesystem=~/.config/dconf:ro
- --talk-name=ca.desrt.dconf
- --env=DCONF_USER_CONFIG_DIR=.config/dconf
# GVfs access
- --filesystem=xdg-run/gvfs:ro
- --talk-name=org.gtk.vfs
- --talk-name=org.gtk.vfs.*
# Host commands access
# for flatpak-spawn
# Allow to use GIMP from the host as an external tool to edit photos
- --talk-name=org.freedesktop.Flatpak
# OpenGL access
- --device=dri
modules:
- RawTherapee.yaml
cleanup:
- /include
- /lib/cmake
- /lib/pkgconfig
- /share/gtk-doc
- /share/man
- '*.a'
- '*.la'