[Wayland-bugs] [Bug 62171] keymap layout set in weston.ini is not respected by XWayland clients
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Tue Apr 9 13:08:10 PDT 2013
https://bugs.freedesktop.org/show_bug.cgi?id=62171
--- Comment #1 from Kristian Høgsberg <krh at bitplanet.net> ---
xwayland-input.c:146:
/* FIXME: Get the keymap from wl_keyboard::keymap events, which
* requires more X server API to set a keymap from a string
* rather than RMLVO. */
rmlvo.rules = "evdev";
rmlvo.model = "evdev";
rmlvo.layout = "us";
rmlvo.variant = NULL;
rmlvo.options = NULL;
We need to add a XKB function to compile from the keymap file we pass to
clients and use that in InitKeyboardDeviceStruct() or new, similar function.
This affects xwayland integration with all compositors. GNOME Shell, eg, not
just weston.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/wayland-bugs/attachments/20130409/e7a6fc08/attachment-0001.html>
More information about the Wayland-bugs
mailing list