[gnome-apps-nightly] org.gnome.Totem: Fix functionality of some plugins



commit 61c3e2e806d8b5e0b87da1b45c8a1d35deac6128
Author: Bastien Nocera <hadess hadess net>
Date:   Fri Apr 22 16:33:16 2016 +0200

    org.gnome.Totem: Fix functionality of some plugins
    
    The screensaver, screenshot, save-file, media-player-keys and im-status
    plugins need access to D-Bus services outside the sandbox for some
    things.

 org.gnome.Totem.json |   12 +++++++++++-
 1 files changed, 11 insertions(+), 1 deletions(-)
---
diff --git a/org.gnome.Totem.json b/org.gnome.Totem.json
index e4e8b41..dd20bbf 100644
--- a/org.gnome.Totem.json
+++ b/org.gnome.Totem.json
@@ -33,7 +33,17 @@
         "--talk-name=org.gtk.vfs", "--talk-name=org.gtk.vfs.*",
         /* 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",
+        /* screensaver plugin */
+        "--talk-name=org.gnome.ScreenSaver",
+        /* screenshot plugin */
+        "--talk-name=org.gnome.Shell",
+        /* save-file plugin */
+        "--talk-name=org.gnome.Nautilus",
+        /* media-player-keys plugin */
+        "--talk-name=org.gnome.SettingsDaemon",
+        /* im-status plugin */
+        "--talk-name=org.gnome.SessionManager"
     ],
     "build-options" : {
         "cflags": "-O2 -g",


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