From f54ab9c9ee7b97d5076bee2686178665b0dde704 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Fri, 4 Dec 2020 22:02:55 +0100 Subject: [PATCH] main: Stop owning the org.gnome.Panel name This is a relict from the pre-3.0 days, when it was common to replace a running GNOME 2 session with gnome-shell. There has been no good reason to claim the name for many years, time to drop it. If someone really wants to run gnome-panel alongside the shell, they probably know what they are doing. Or cannot be helped anyway. Part-of: --- src/main.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/main.c b/src/main.c index 0bfc039e7..ceb50482b 100644 --- a/src/main.c +++ b/src/main.c @@ -157,9 +157,7 @@ shell_dbus_init (gboolean replace) shell_dbus_acquire_names (bus, request_name_flags, - /* Also grab org.gnome.Panel to replace any existing panel process */ - "org.gnome.Panel", TRUE, - /* ...and the org.gnome.Magnifier service. */ + /* Also grab the org.gnome.Magnifier service. */ MAGNIFIER_DBUS_SERVICE, FALSE, NULL); g_object_unref (bus);