From b72ce2d1034ab2504499ddf2e9d55f3fcdbebaab Mon Sep 17 00:00:00 2001 From: lenemter Date: Sat, 24 Aug 2024 23:11:08 +0900 Subject: [PATCH] Use new gala dbus name --- src/DesktopIntegration.vala | 2 +- src/LauncherManager.vala | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/DesktopIntegration.vala b/src/DesktopIntegration.vala index f39465c1..14868ef1 100644 --- a/src/DesktopIntegration.vala +++ b/src/DesktopIntegration.vala @@ -4,7 +4,7 @@ * SPDX-License-Identifier: GPL-3.0-or-later */ -[DBus (name="org.pantheon.gala.DesktopIntegration")] +[DBus (name="io.elementary.gala.DesktopIntegration")] public interface Dock.DesktopIntegration : GLib.Object { public struct RunningApplication { string app_id; diff --git a/src/LauncherManager.vala b/src/LauncherManager.vala index 699df2e6..729bce89 100644 --- a/src/LauncherManager.vala +++ b/src/LauncherManager.vala @@ -101,8 +101,8 @@ GLib.Bus.get_proxy.begin ( GLib.BusType.SESSION, - "org.pantheon.gala", - "/org/pantheon/gala/DesktopInterface", + "io.elementary.gala", + "/io/elementary/gala/DesktopInterface", GLib.DBusProxyFlags.NONE, null, (obj, res) => {