[fractal/remove-home-access: 3/3] Remove home access




commit e9441f1d313728c38ec6a7647c6a38c7cf8c7291
Author: Daniel GarcĂ­a Moreno <dani danigm net>
Date:   Thu Aug 13 10:03:50 2020 +0200

    Remove home access
    
    This is unnecessary considering that we use the file picker portal.
    
    https://github.com/flathub/org.gnome.Fractal/pull/15

 flatpak/org.gnome.Fractal-release.json | 3 +--
 flatpak/org.gnome.Fractal.json         | 3 +--
 2 files changed, 2 insertions(+), 4 deletions(-)
---
diff --git a/flatpak/org.gnome.Fractal-release.json b/flatpak/org.gnome.Fractal-release.json
index c2766573..32cd1a29 100644
--- a/flatpak/org.gnome.Fractal-release.json
+++ b/flatpak/org.gnome.Fractal-release.json
@@ -15,8 +15,7 @@
         "--socket=pulseaudio",
         "--device=dri",
         "--talk-name=org.freedesktop.secrets",
-        "--talk-name=org.freedesktop.Notifications",
-        "--filesystem=home"
+        "--talk-name=org.freedesktop.Notifications"
     ],
     "build-options" : {
         "append-path" : "/usr/lib/sdk/rust-stable/bin",
diff --git a/flatpak/org.gnome.Fractal.json b/flatpak/org.gnome.Fractal.json
index c2d68bae..46391468 100644
--- a/flatpak/org.gnome.Fractal.json
+++ b/flatpak/org.gnome.Fractal.json
@@ -20,8 +20,7 @@
         "--socket=pulseaudio",
         "--device=dri",
         "--talk-name=org.freedesktop.secrets",
-        "--talk-name=org.freedesktop.Notifications",
-        "--filesystem=home"
+        "--talk-name=org.freedesktop.Notifications"
     ],
     "build-options" : {
         "append-path" : "/usr/lib/sdk/rust-stable/bin",


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