[pitivi] flatpak: Give access to all the filesystem



commit 539e8acee24deaf27d0f08f047205fde9c6e2242
Author: Thibault Saunier <tsaunier gnome org>
Date:   Tue May 31 20:02:00 2016 -0400

    flatpak: Give access to all the filesystem
    
    we should not have any restriction according to accessing them

 build/flatpak/pitivi.template.json |    6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)
---
diff --git a/build/flatpak/pitivi.template.json b/build/flatpak/pitivi.template.json
index ab11300..be8a503 100644
--- a/build/flatpak/pitivi.template.json
+++ b/build/flatpak/pitivi.template.json
@@ -6,11 +6,7 @@
     "finish-args": ["--command=pitivi",
                     "--share=ipc", "--socket=x11", "--socket=session-bus", "--socket=pulseaudio",
                     "--talk-name=ca.desrt.dconf",
-                    "--filesystem=home",
-                    "--filesystem=xdg-download",
-                    "--filesystem=xdg-videos",
-                    "--filesystem=xdg-music",
-                    "--filesystem=xdg-pictures"],
+                    "--filesystem=host"],
     "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]