diff --git a/eekboard/eekboard-device.c b/eekboard/eekboard-device.c index 51f2878c..0bce9153 100644 --- a/eekboard/eekboard-device.c +++ b/eekboard/eekboard-device.c @@ -118,10 +118,10 @@ eekboard_device_new (const gchar *path, cancellable, error, "g-connection", connection, - "g-name", "com.redhat.eekboard.Keyboard", + "g-name", "com.redhat.eekboard.Device", "g-flags", G_DBUS_PROXY_FLAGS_DO_NOT_AUTO_START | G_DBUS_PROXY_FLAGS_DO_NOT_LOAD_PROPERTIES, - "g-interface-name", "com.redhat.eekboard.Keyboard", + "g-interface-name", "com.redhat.eekboard.Device", "g-object-path", path, NULL); if (initable != NULL)