[ANNOUNCE] libinput 1.3.1

2016-05-29 Thread Peter Hutterer
libinput 1.3.1 is now available. Some fixes to touchpads that wobble too much on small interactions (affected are the Lenovo Yoga 2 and a bunch of ALPS touchpads). The pressure change check we used to detect finger releases has been adjusted to just apply to the Lenovo *50 and *60 series, it did

Re: [PATCH 1/5] scanner: Fixed doxygen group name for _add_listener

2016-05-29 Thread Yong Bakos
On May 17, 2016, at 1:18 AM, spit...@gmail.com wrote: > > From: Bill Spitzak > > Signed-off-by: Bill Spitzak Bill, Can you separate this patch from the rest of the 1-5 series and resend as a 1/1, and also cc whot? Looks like commit 2b5310a3 may have just had a typo, but I'd like to confirm jus

[PATCH weston 2/2] weston-launch: Allow the user to use her login shell

2016-05-29 Thread Quentin Glidic
From: Quentin Glidic Signed-off-by: Quentin Glidic --- This patch is just there to restore and old feature which I introduced and was removed later because fish doesn’t support the $SHELL -l -c "weston \"$@\"" syntax. It is fully optional and even I do not use that feature any more, so feel f

[PATCH weston 1/2] weston-launch: Only run a login shell for new sessions

2016-05-29 Thread Quentin Glidic
From: Quentin Glidic This way, the environment is correctly preserved for weston. Since commit 636156d5f693ac5b01cec6a2937d2b6cd4237ea9, clearenv() is only called when we open a new PAM session, so it makes sense to only use a login shell in that case. Signed-off-by: Quentin Glidic --- src/wes