main: Stop acquiring caribou name

This is not necessary anymore.
This commit is contained in:
Carlos Garnacho 2017-11-10 18:29:26 +01:00
parent 7fd8fa3478
commit 40db4a6795

View File

@ -168,11 +168,6 @@ shell_dbus_init (gboolean replace)
/* ...and the org.freedesktop.Notifications service. */ /* ...and the org.freedesktop.Notifications service. */
"org.freedesktop.Notifications", FALSE, "org.freedesktop.Notifications", FALSE,
NULL); 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 (bus);
g_object_unref (session); g_object_unref (session);
} }