From 40db4a679540d0de1e9eb9b5dff2883d9469d657 Mon Sep 17 00:00:00 2001 From: Carlos Garnacho Date: Fri, 10 Nov 2017 18:29:26 +0100 Subject: [PATCH] main: Stop acquiring caribou name This is not necessary anymore. --- src/main.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/main.c b/src/main.c index 934fbd566..857877b0b 100644 --- a/src/main.c +++ b/src/main.c @@ -168,11 +168,6 @@ shell_dbus_init (gboolean replace) /* ...and the org.freedesktop.Notifications service. */ "org.freedesktop.Notifications", FALSE, NULL); - /* ...and the on-screen keyboard service */ - shell_dbus_acquire_name (bus, - G_BUS_NAME_OWNER_FLAGS_REPLACE, - &request_name_result, - "org.gnome.Caribou.Keyboard", FALSE); g_object_unref (bus); g_object_unref (session); }