[gnome-apps-nightly] org.gnome.Evince: Update permissions



commit 77054d5f8d23beb2493aaa5cd0ace3994c48dc10
Author: Germán Poo-Caamaño <gpoo gnome org>
Date:   Sat Jul 21 20:37:33 2018 -0400

    org.gnome.Evince: Update permissions
    
    * Evince requires gvfs to store metadata on each file opened
    * Evince requires access to SessionManager to handle a11y

 org.gnome.Evince.json | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/org.gnome.Evince.json b/org.gnome.Evince.json
index 62ce537..6feb6b3 100644
--- a/org.gnome.Evince.json
+++ b/org.gnome.Evince.json
@@ -13,9 +13,14 @@
         "--socket=wayland",
         /* We want full fs access so we can read the files */
         "--filesystem=host",
-        /* 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=org.gnome.SettingsDaemon.MediaKeys",
+        "--filesystem=xdg-run/dconf",
+        "--filesystem=~/.config/dconf:ro",
+        "--talk-name=ca.desrt.dconf",
+        "--env=DCONF_USER_CONFIG_DIR=.config/dconf",
+        "--talk-name=org.gtk.vfs",
+        "--talk-name=org.gtk.vfs.*",
+        "--talk-name=org.gnome.SessionManager"
     ],
     "build-options" : {
         "cflags": "-O2 -g",


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