Re: [PATCH libinput] touchpad: fix clickfinger behavior with a thumb being present

2017-05-17 Thread Peter Hutterer
Hi Friedrich, On Tue, May 16, 2017 at 10:44:22PM +0200, Friedrich Schöller wrote: > With a thumb on the touchpad, a two-finger click was incorrectly > treated as a middle-click. This patch takes the thumb into account and > treats the click as a right-click. fwiw, this was intentional behaviour,

[PATCH libinput] meson: define the various files litest needs to copy rules/hwdb in place

2017-05-17 Thread Peter Hutterer
This was motivated by the need to run the test runner from any directory, so we need absolute paths to the files we copy. Unfortunately, we can't get the absolute path from the object returned by configure_file() and we can't feed that directly into join_paths() either. So let' make it at least

Re: [PATCH libinput 4/4] tools: hook libinput-debug-events into the libinput tool

2017-05-17 Thread Peter Hutterer
On Wed, May 17, 2017 at 04:35:29PM +0100, Eric Engestrom wrote: > On Wednesday, 2017-05-17 09:02:32 +1000, Peter Hutterer wrote: > > Signed-off-by: Peter Hutterer > > --- > > meson.build | 7 +++-- > > tools/Makefile.am | 8 -- > >

Re: libinput: Thumb detection based on ABS_MT_WIDTH

2017-05-17 Thread Peter Hutterer
On Wed, May 17, 2017 at 11:22:51PM +0200, Friedrich Schöller wrote: > Dear all, dear Peter, > > As you know, bcm5974 touchpads do not report ABS_MT_PRESSURE, but > ABS_MT_WIDTH instead. Since libinput does not currently use ABS_MT_WIDTH, > thumb detection is inaccurate on those devices. When I

libinput: Thumb detection based on ABS_MT_WIDTH

2017-05-17 Thread Friedrich Schöller
Dear all, dear Peter, As you know, bcm5974 touchpads do not report ABS_MT_PRESSURE, but ABS_MT_WIDTH instead. Since libinput does not currently use ABS_MT_WIDTH, thumb detection is inaccurate on those devices. When I switched from Mac OS to Linux, I stopped using the Magic Trackpad solely for

Re: Wayland Virtual Keyboard

2017-05-17 Thread Joshua Watt
> I'm working on an embedded device where we are writing our own custom > Wayland compositor, and we have need of a virtual keyboard (something > implementing one of the text-input protocols). Does anyone know of > such a project? My searches turned up maliit > (https://github.com/maliit), but I

Re: [PATCH libinput 4/4] tools: hook libinput-debug-events into the libinput tool

2017-05-17 Thread Eric Engestrom
On Wednesday, 2017-05-17 09:02:32 +1000, Peter Hutterer wrote: > Signed-off-by: Peter Hutterer > --- > meson.build | 7 +++-- > tools/Makefile.am | 8 -- > tools/libinput-debug-events.c | 15 +-- > tools/libinput-tool.c