From f0a3be9e32a2bf682fed14797689e1deece92aff Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Tue, 28 Feb 2023 08:22:48 +0100 Subject: src/arctica-greeter.vala: Adjust to DBus renamings in Ayatana Indicator Session. We use the com.lomiri.Shell interface to communite between session indicator and Arctica Greeter. --- src/arctica-greeter.vala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/arctica-greeter.vala') diff --git a/src/arctica-greeter.vala b/src/arctica-greeter.vala index 1fecc9e..d0e7572 100644 --- a/src/arctica-greeter.vala +++ b/src/arctica-greeter.vala @@ -704,7 +704,7 @@ public class ArcticaGreeter : Object main_window.show_shutdown_dialog (dialog_type); }); dbus_object.close_dialog.connect ((type) => { main_window.close_shutdown_dialog (); }); - Bus.own_name (BusType.SESSION, "org.ayatana.Desktop", BusNameOwnerFlags.NONE, + Bus.own_name (BusType.SESSION, "com.lomiri.Shell", BusNameOwnerFlags.NONE, (c) => { try @@ -717,7 +717,7 @@ public class ArcticaGreeter : Object } }, null, - () => debug ("Failed to acquire name org.ayatana.Desktop")); + () => debug ("Failed to acquire name com.lomiri.Shell")); start_fake_wm (); Gdk.threads_add_idle (ready_cb); -- cgit v1.2.3