Re: [PATCH xserver] xwayland: do not set checkRepeat on master kbd

2017-03-01 Thread Peter Hutterer
On Wed, Mar 01, 2017 at 08:51:31AM +0100, Olivier Fourdan wrote: > If a key event is sent programmatically, the virtual core keyboard does > not have its dev->public.devicePrivate set and we can't get the Xwayland > seat, in which case we end up crashing in keyboard_check_repeat(). > > This is the

[PATCH xserver] xwayland: do not set checkRepeat on master kbd

2017-02-28 Thread Olivier Fourdan
If a key event is sent programmatically, the virtual core keyboard does not have its dev->public.devicePrivate set and we can't get the Xwayland seat, in which case we end up crashing in keyboard_check_repeat(). This is the case with "antimicro" which sends key events based on the joystick buttons