[epiphany] flatpak: Respect XDG_DOWNLOAD_DIR



commit 88b98fbe3f0012c849051908e85bf413c48e054a
Author: Michael Catanzaro <mcatanzaro igalia com>
Date:   Tue Nov 14 21:52:33 2017 -0600

    flatpak: Respect XDG_DOWNLOAD_DIR

 org.gnome.Epiphany.json |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/org.gnome.Epiphany.json b/org.gnome.Epiphany.json
index 87b8fdf..bccc34a 100644
--- a/org.gnome.Epiphany.json
+++ b/org.gnome.Epiphany.json
@@ -25,7 +25,7 @@
         /* We need access to auth agents */
         "--talk-name=org.freedesktop.secrets",
         /* Needed to download files */
-        "--filesystem=~/Downloads"
+        "--filesystem=xdg-download"
     ],
     "build-options" : {
         "cflags": "-O2 -g",


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