[epiphany] flatpak: Attempt to grant access to the downloads directory



commit 77e809d8c3be34f0cf06a7a1996f465c6a891ee7
Author: Michael Catanzaro <mcatanzaro igalia com>
Date:   Tue Nov 14 20:31:48 2017 -0600

    flatpak: Attempt to grant access to the downloads directory
    
    Hard to know if this will work...

 org.gnome.Epiphany.json |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/org.gnome.Epiphany.json b/org.gnome.Epiphany.json
index 479e488..87b8fdf 100644
--- a/org.gnome.Epiphany.json
+++ b/org.gnome.Epiphany.json
@@ -23,7 +23,9 @@
         "--filesystem=xdg-run/dconf", "--filesystem=~/.config/dconf:ro",
         "--talk-name=ca.desrt.dconf", "--env=DCONF_USER_CONFIG_DIR=.config/dconf",
         /* We need access to auth agents */
-        "--talk-name=org.freedesktop.secrets"
+        "--talk-name=org.freedesktop.secrets",
+        /* Needed to download files */
+        "--filesystem=~/Downloads"
     ],
     "build-options" : {
         "cflags": "-O2 -g",


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