diff --git a/org.pitivi.Pitivi.json b/org.pitivi.Pitivi.json index c3885b2..53be3f6 100644 --- a/org.pitivi.Pitivi.json +++ b/org.pitivi.Pitivi.json @@ -3,10 +3,11 @@ "runtime": "org.gnome.Platform", "runtime-version": "3.24", "command": "pitivi", - "finish-args": ["--socket=x11", + "finish-args": ["--socket=x11", "--share=ipc", "--socket=pulseaudio", "--socket=wayland", - "--talk-name=ca.desrt.dconf", + "--filesystem=xdg-run/dconf", "--filesystem=~/.config/dconf:ro", + "--talk-name=ca.desrt.dconf", "--env=DCONF_USER_CONFIG_DIR=.config/dconf", "--talk-name=org.freedesktop.Notifications", "--filesystem=host", "--device=dri"],