mirror of
https://github.com/brl/mutter.git
synced 2025-02-04 23:54:09 +00:00
wayland: Use the new keyboard settings location for repeat settings
This makes keyboard repeat in clients in-sync with the input config changes. https://bugzilla.gnome.org/show_bug.cgi?id=739397
This commit is contained in:
parent
049f67df0a
commit
9d73b4efbb
@ -385,7 +385,7 @@ meta_wayland_keyboard_init (MetaWaylandKeyboard *keyboard,
|
|||||||
|
|
||||||
keyboard->xkb_info.keymap_fd = -1;
|
keyboard->xkb_info.keymap_fd = -1;
|
||||||
|
|
||||||
keyboard->settings = g_settings_new ("org.gnome.settings-daemon.peripherals.keyboard");
|
keyboard->settings = g_settings_new ("org.gnome.desktop.peripherals.keyboard");
|
||||||
g_signal_connect (keyboard->settings, "changed",
|
g_signal_connect (keyboard->settings, "changed",
|
||||||
G_CALLBACK (settings_changed), keyboard);
|
G_CALLBACK (settings_changed), keyboard);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user