summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Catanzaro <mcatanzaro@igalia.com>2017-11-14 20:31:48 -0600
committerMichael Catanzaro <mcatanzaro@igalia.com>2017-11-14 20:31:48 -0600
commit77e809d8c3be34f0cf06a7a1996f465c6a891ee7 (patch)
tree20fda7b9ef8faa25bc8e7ab90ec6e77376515604
parent6e9137f7a96e316719b39b2ed9096a8a9c9eeeed (diff)
downloadepiphany-77e809d8c3be34f0cf06a7a1996f465c6a891ee7.tar.gz
flatpak: Attempt to grant access to the downloads directory
Hard to know if this will work...
-rw-r--r--org.gnome.Epiphany.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/org.gnome.Epiphany.json b/org.gnome.Epiphany.json
index 479e488ff..87b8fdf02 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",