[gnome-shell] main: Stop owning the org.gnome.Panel name
- From: Marge Bot <marge-bot src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell] main: Stop owning the org.gnome.Panel name
- Date: Sat, 5 Dec 2020 00:03:06 +0000 (UTC)
commit f54ab9c9ee7b97d5076bee2686178665b0dde704
Author: Florian Müllner <fmuellner gnome org>
Date: Fri Dec 4 22:02:55 2020 +0100
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: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1521>
src/main.c | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
---
diff --git a/src/main.c b/src/main.c
index 0bfc039e7b..ceb50482b2 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);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]