Re: [PATCH weston] compositor-wayland: Correct output base make name

2016-06-10 Thread Bryce Harrington
On Mon, Jun 06, 2016 at 10:21:43AM -0700, Bryce Harrington wrote: > On Sun, Jun 05, 2016 at 11:01:17AM -0500, Yong Bakos wrote: > > From: Yong Bakos > > > > Change the output make value from "waywayland" to "wayland". > > > > References: 90bc88c710b34f46ef89e1c5765e5f63f8e02847 > > > > Signed-o

Re: [PATCH weston v2 0/2] Separate Weston from libweston

2016-06-10 Thread Bryce Harrington
On Fri, Jun 10, 2016 at 11:04:03AM +0300, Pekka Paalanen wrote: > On Thu, 9 Jun 2016 16:53:12 -0700 > Bryce Harrington wrote: > > > On Thu, Jun 09, 2016 at 03:20:35PM +0300, Pekka Paalanen wrote: > > > From: Pekka Paalanen > > > > > > After these two patches, we have weston-the-compositor sourc

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

2016-06-10 Thread Quentin Glidic
From: Quentin Glidic This avoids the need to maintain two parallel shell profile files for users with a compatible shell (at least bash, sh and zsh are). There is no major security issue here, as the shell is the one returned from the password database, and thus is retricted by /etc/shells (or r

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

2016-06-10 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 --- v2: - C

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

2016-06-10 Thread Quentin Glidic
On 09/06/2016 12:05, Pekka Paalanen wrote: On Sun, 29 May 2016 13:59:14 +0200 Quentin Glidic wrote: 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 sessio

Re: [PATCH] desktop-shell: resize background and panel surfaces on output resize v4

2016-06-10 Thread Pekka Paalanen
On Thu, 9 Jun 2016 17:55:52 +0200 David Fort wrote: > When an output is resized (permanent mode switch), we should also notify the > shell client so that the panel and background fits to the new screen > dimensions. > > Signed-off-by: David Fort > --- > desktop-shell/shell.c | 80 >

Re: [PATCH weston v2 0/2] Separate Weston from libweston

2016-06-10 Thread Pekka Paalanen
On Thu, 9 Jun 2016 16:53:12 -0700 Bryce Harrington wrote: > On Thu, Jun 09, 2016 at 03:20:35PM +0300, Pekka Paalanen wrote: > > From: Pekka Paalanen > > > > After these two patches, we have weston-the-compositor sources in > > compositor/, > > and libweston sources in libweston/. > > > > Sinc

Re: [PATCH libinput] touchpad: don't warn about kernel jumps on semi-mt devices

2016-06-10 Thread Hans de Goede
Hi, On 10-06-16 02:42, Peter Hutterer wrote: These devices are all over the place anyway, no need to spam the log, just silently discard the jumps. https://bugs.freedesktop.org/show_bug.cgi?id=96275 Signed-off-by: Peter Hutterer Looks good to me: Reviewed-by: Hans de Goede Regards, Hans