[gnome-shell/wip/carlosg/osk-cldr: 23/43] main: Stop acquiring caribou name



commit 8efc4140e477e3a157d42505e1b1e703398301c5
Author: Carlos Garnacho <carlosg gnome org>
Date:   Fri Nov 10 18:29:26 2017 +0100

    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);
 }


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]