[pitivi/1.0] flatpak: add share ipc and fix dconf permissions



commit 0f97797f8a69b510f5c8a2047b61b971a55fb6a5
Author: Thibault Saunier <tsaunier gnome org>
Date:   Mon Dec 11 12:37:34 2017 -0300

    flatpak: add share ipc and fix dconf permissions
    
    See https://github.com/flathub/org.pitivi.Pitivi/pull/3/files

 build/flatpak/pitivi.template.json |   10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)
---
diff --git a/build/flatpak/pitivi.template.json b/build/flatpak/pitivi.template.json
index f14e591..ab409df 100644
--- a/build/flatpak/pitivi.template.json
+++ b/build/flatpak/pitivi.template.json
@@ -3,13 +3,15 @@
     "branch": "1.0",
     "runtime": "org.gnome.Platform",
     "runtime-version": "3.24",
-    "finish-args": ["--command=pitivi",
-                    "--socket=x11",
+    "command": "pitivi",
+    "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"],
+                    "--filesystem=host",
+                    "--device=dri"],
     "sdk": "org.gnome.Sdk",
     "rename-appdata-file": "pitivi.appdata.xml",
     "rename-desktop-file": "pitivi.desktop",


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]