Re: 2019 X.Org Board of Directors Elections Nomination period is NOW

2019-02-11 Thread Wentland, Harry
So far we've received a couple of nominations for four open spots. The official nomination period ends this Thursday. Please let us know if you'd like to nominate someone including yourself. Harry On 2019-01-31 5:08 p.m., Wentland, Harry wrote: > We are seeking nominations for candidates for el

Re: Wayland Error -"wl_display@1: error 0: invalid object 12 "

2019-02-11 Thread Simon Ser
Hi, Can you post a WAYLAND_DEBUG=client log of your client? I suspect it happens because an object is created and destroyed very quickly, and this is racy (e.g. a global in wl_registry). -- Simon Ser https://emersion.fr ___ wayland-devel mailing list w

Firefox 65 Fedora 29 wheel mouse is very slow

2019-02-11 Thread CHANU ROMAIN
Hello, I installed firefox 65 on my Fedora 29 yesterday. Since the update it's not possible to use the wheel mouse to scroll in Firefox because it's very very slow. I do not face the issue with Chrome. But as workaround I go back on xorg then the scrolling works again on Firefox... Best regards

Wayland Error -"wl_display@1: error 0: invalid object 12 "

2019-02-11 Thread Abhirami Vasudevan
Hi, The following error is displayed when there is fast switching between two IVI surfaces . Error “wl_display@1: error 0: invalid object 12” Use case: Fast switching between two IVI surfaces Version Used: Wayland : 1.11.0 Wayland-ivi-extension : 1.10.90 Properties Changed: The switching is han

Re: [RFC PATCH libinput 1/2] Add a string-based input API

2019-02-11 Thread Samuel Thibault
Hello, Digging back on this. Peter Hutterer, le lun. 08 déc. 2014 16:05:56 +1000, a ecrit: > Some devices don't rely on keycodes + xkb layout but rather send a specific > keysym (or multiple) in response to physical button presses. This is the case > for chorded keyboards for example. > > This a