From 6f197a4803b35fb66c50eb0bf43fb8941bf7971e Mon Sep 17 00:00:00 2001 From: Nick Richards Date: Mon, 11 Dec 2017 15:05:16 +0000 Subject: [PATCH] add share ipc and fix dconf permissions --- org.pitivi.Pitivi.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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"],