After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 707446 - wayland: sync the keymap from X to wayland
wayland: sync the keymap from X to wayland
Status: RESOLVED FIXED
Product: mutter
Classification: Core
Component: wayland
unspecified
Other All
: Normal normal
: ---
Assigned To: mutter-maint
mutter-maint
wayland 3.10
Depends on:
Blocks:
 
 
Reported: 2013-09-04 09:14 UTC by Giovanni Campagna
Modified: 2013-11-15 03:18 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
wayland: sync the keymap from X to wayland (14.48 KB, patch)
2013-09-04 09:14 UTC, Giovanni Campagna
none Details | Review

Description Giovanni Campagna 2013-09-04 09:14:09 UTC
When X clients change the keyboard map, the also update a property
on the root window. We can notice that and rebuild our data structures
with the new values, as well as inform the wayland clients.

This is a terrible hack, and it's not how we want to implement things
in 3.12, but it's enough to have the same keyboard layout in the
shell, in X clients and in wayland clients in 3.10, until we decide
on the fate of the keyboard g-s-d plugin.
Comment 1 Giovanni Campagna 2013-09-04 09:14:11 UTC
Created attachment 254046 [details] [review]
wayland: sync the keymap from X to wayland