[gnome-apps-nightly] games: Give access to the user's HOME directory



commit 6f78232dd1324ee783385bcb33c8e03184167d95
Author: Mathieu Bridon <bochecha daitauha fr>
Date:   Mon Aug 8 22:26:48 2016 +0200

    games: Give access to the user's HOME directory
    
    For now, we need that in order to find the user's games, especially the
    ROMs for various emulators.

 org.gnome.Games.json |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/org.gnome.Games.json b/org.gnome.Games.json
index f99f85d..29e85f0 100644
--- a/org.gnome.Games.json
+++ b/org.gnome.Games.json
@@ -17,7 +17,9 @@
         "--talk-name=org.freedesktop.Tracker1",
         /* Needed for dconf to work */
         "--filesystem=xdg-run/dconf", "--filesystem=~/.config/dconf:ro",
-        "--talk-name=ca.desrt.dconf", "--env=DCONF_USER_CONFIG_DIR=.config/dconf"
+        "--talk-name=ca.desrt.dconf", "--env=DCONF_USER_CONFIG_DIR=.config/dconf",
+        /* Needed to find the ROMs */
+        "--filesystem=home"
     ],
     "build-options" : {
         "cflags": "-O2 -g",


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