[gnome-music] window: Fix media-player-keys bus name



commit e2b2a30a9a185e9cc0aca63916409b67d5ad490f
Author: Felipe Borges <felipeborges gnome org>
Date:   Wed Apr 26 11:53:43 2017 +0200

    window: Fix media-player-keys bus name
    
    See https://bugzilla.gnome.org/show_bug.cgi?id=781326
    
    https://bugzilla.gnome.org/show_bug.cgi?id=781754

 gnomemusic/window.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gnomemusic/window.py b/gnomemusic/window.py
index dd37c51..71b7a99 100644
--- a/gnomemusic/window.py
+++ b/gnomemusic/window.py
@@ -215,7 +215,7 @@ class Window(Gtk.ApplicationWindow):
         self.proxy = Gio.DBusProxy.new_sync(Gio.bus_get_sync(Gio.BusType.SESSION, None),
                                             Gio.DBusProxyFlags.NONE,
                                             None,
-                                            'org.gnome.SettingsDaemon',
+                                            'org.gnome.SettingsDaemon.MediaKeys',
                                             '/org/gnome/SettingsDaemon/MediaKeys',
                                             'org.gnome.SettingsDaemon.MediaKeys',
                                             None)


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