[gnome-software] Export the PackageKit dbus session interface under its proper name



commit cf24979b648b95eab2bd7570ec665c21923498d6
Author: Kalev Lember <kalevlember gmail com>
Date:   Mon Feb 16 14:19:57 2015 +0100

    Export the PackageKit dbus session interface under its proper name
    
    We used to use a temporary name to avoid taking ownership of the
    org.freedesktop.PackageKit name while our implementation wasn't fully
    fleshed out.

 src/gs-dbus-helper.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gs-dbus-helper.c b/src/gs-dbus-helper.c
index 34e7fbd..89c4d14 100644
--- a/src/gs-dbus-helper.c
+++ b/src/gs-dbus-helper.c
@@ -551,7 +551,7 @@ bus_gotten_cb (GObject      *source_object,
        }
 
        dbus_helper->dbus_own_name_id = g_bus_own_name_on_connection (connection,
-                                                                     "org.freedesktop.PackageKit2",
+                                                                     "org.freedesktop.PackageKit",
                                                                      G_BUS_NAME_OWNER_FLAGS_NONE,
                                                                      gs_dbus_helper_name_acquired_cb,
                                                                      gs_dbus_helper_name_lost_cb,


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