mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
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>
This commit is contained in:
parent
659df23ad3
commit
f54ab9c9ee
1 changed files with 1 additions and 3 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue