[gnome-apps-nightly] games: Allow network access



commit 34e3f5c58a5b14fa71faa0641b3a789fa248d11e
Author: Mathieu Bridon <bochecha daitauha fr>
Date:   Sat Aug 13 14:24:23 2016 +0200

    games: Allow network access
    
    Games uses a Grilo source to download games metadata from The Games DB.

 org.gnome.Games.json |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/org.gnome.Games.json b/org.gnome.Games.json
index e2ac769..513737a 100644
--- a/org.gnome.Games.json
+++ b/org.gnome.Games.json
@@ -18,6 +18,8 @@
         /* 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",
+        /* Needed to get the games info from The Games DB */
+        "--share=network",
         /* Needed to find the ROMs */
         "--filesystem=home:ro"
     ],


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