Re: Two-finger width setting on Dell XPS 15 9650

2017-06-20 Thread Peter Hutterer
On Tue, Jun 20, 2017 at 05:07:44AM +, Vahe Oughourlian wrote: > On Mon, Jun 19, 2017 at 5:58 PM Peter Hutterer > wrote: > > > On Fri, Jun 16, 2017 at 05:48:31PM +, Vahe Oughourlian wrote: > > > On Thu, Jun 15, 2017 at 3:23 PM Peter Hutterer > > > > > wrote: > > > > > > > On Tue, Jun 13,

Re: [PATCH wayland-protocols 00/11] Declaring xdg-shell stable

2017-06-20 Thread Jonas Ådahl
On Tue, Jun 20, 2017 at 06:54:34PM +0100, David Edmundson wrote: > You missed a line in "xdg-shell/positioner: Allow empty anchor_rect" > You might want to squash this with that. > From 0a21378302d63a83a10723b41adf35e605fb35f5 Mon Sep 17 00:00:00 2001 > From: David Edmundson > Date: Tue, 20 J

Re: [PATCH wayland-protocols 00/11] Declaring xdg-shell stable

2017-06-20 Thread Jonas Ådahl
On Tue, Jun 20, 2017 at 06:55:41PM +0100, David Edmundson wrote: > ​ > From 093ed1a17a483792e316f932e15a566ab2653838 Mon Sep 17 00:00:00 2001 > From: David Edmundson > Date: Tue, 20 Jun 2017 18:51:45 +0100 > Subject: [PATCH 2/2] xdg-shell/positioner: Replace edge bitfield with extended > enum >

[PATCH libinput] meson: restore the SELinux context for our .so file on install

2017-06-20 Thread Peter Hutterer
Signed-off-by: Peter Hutterer --- A temporary workaround until the meson bit is fixed. meson.build | 6 ++ src/Makefile.am | 2 +- src/libinput-restore-selinux-context.sh | 10 ++ 3 files changed, 17 insertions(+), 1 deletion(-)

Re: [PATCH libinput] doc: update build instructions for Arch

2017-06-20 Thread Peter Hutterer
On Tue, Jun 20, 2017 at 02:06:08PM +0100, Eric Engestrom wrote: > `abs` has been deprecated, and shut down last month. [1] > `asp` replaces it, so rewrite the instructions to use this instead. > > Also, add `--noextract` to the makepkg command, as there is no point > downloading and extracting the

Re: [PATCH libinput] doc: add instructions for handling SELinux denials

2017-06-20 Thread Peter Hutterer
On Tue, Jun 20, 2017 at 01:41:50PM +0100, Eric Engestrom wrote: > On Tuesday, 2017-06-20 12:45:15 +1000, Peter Hutterer wrote: > > Signed-off-by: Peter Hutterer > > --- > > doc/building.dox | 27 +++ > > 1 file changed, 27 insertions(+) > > > > diff --git a/doc/building.d

Re: [PATCH wayland-protocols 00/11] Declaring xdg-shell stable

2017-06-20 Thread David Edmundson
​ From 093ed1a17a483792e316f932e15a566ab2653838 Mon Sep 17 00:00:00 2001 From: David Edmundson Date: Tue, 20 Jun 2017 18:51:45 +0100 Subject: [PATCH 2/2] xdg-shell/positioner: Replace edge bitfield with extended enum Bitfields allowed for impossible combinations of anchor edges, such as being on

Re: [PATCH wayland-protocols 00/11] Declaring xdg-shell stable

2017-06-20 Thread David Edmundson
You missed a line in "xdg-shell/positioner: Allow empty anchor_rect" You might want to squash this with that. From 0a21378302d63a83a10723b41adf35e605fb35f5 Mon Sep 17 00:00:00 2001 From: David Edmundson Date: Tue, 20 Jun 2017 18:29:59 +0100 Subject: [PATCH 1/2] Fix xdg-shell/positioner: Allow

[PATCH libinput] doc: update build instructions for Arch

2017-06-20 Thread Eric Engestrom
`abs` has been deprecated, and shut down last month. [1] `asp` replaces it, so rewrite the instructions to use this instead. Also, add `--noextract` to the makepkg command, as there is no point downloading and extracting the sources since they're not going to be built here. [1] https://www.archli

Re: [PATCH libinput] doc: add instructions for handling SELinux denials

2017-06-20 Thread Eric Engestrom
On Tuesday, 2017-06-20 12:45:15 +1000, Peter Hutterer wrote: > Signed-off-by: Peter Hutterer > --- > doc/building.dox | 27 +++ > 1 file changed, 27 insertions(+) > > diff --git a/doc/building.dox b/doc/building.dox > index 5ce21463..25594da8 100644 > --- a/doc/building.d

Re: [PATCH libinput 1/3] meson: rename 'enable-tests' option to just 'tests'

2017-06-20 Thread Eric Engestrom
On Tuesday, 2017-06-20 12:26:24 +1000, Peter Hutterer wrote: > All the other config options have a simple true/false as well. > > Signed-off-by: Peter Hutterer All 3 patches are: Reviewed-by: Eric Engestrom > --- > meson.build | 2 +- > meson_options.txt | 2 +- > 2 files changed, 2 ins