[gnome-shell] extensions-tool: Use new Extensions proxy



commit fb9854c003afe431a846ec9eb6227135e4c502e2
Author: Florian Müllner <fmuellner gnome org>
Date:   Sat Mar 21 02:32:08 2020 +0100

    extensions-tool: Use new Extensions proxy
    
    While sandboxing isn't a concern for the gnome-extensions command line
    tool, using the Extensions proxy directly means that D-Bus methods are
    called from the tool rather than gnome-shell, which allows the proxy
    to auto-shutdown when done.
    
    https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1106

 subprojects/extensions-tool/src/main.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/subprojects/extensions-tool/src/main.c b/subprojects/extensions-tool/src/main.c
index e9a457018e..62d383db7d 100644
--- a/subprojects/extensions-tool/src/main.c
+++ b/subprojects/extensions-tool/src/main.c
@@ -67,8 +67,8 @@ get_shell_proxy (GError **error)
   return g_dbus_proxy_new_for_bus_sync (G_BUS_TYPE_SESSION,
                                         G_DBUS_PROXY_FLAGS_NONE,
                                         NULL,
-                                        "org.gnome.Shell",
-                                        "/org/gnome/Shell",
+                                        "org.gnome.Shell.Extensions",
+                                        "/org/gnome/Shell/Extensions",
                                         "org.gnome.Shell.Extensions",
                                         NULL,
                                         error);


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