Re: [PATCH weston] weston-launch: Do not run weston in a shell

2014-03-07 Thread Pekka Paalanen
On Thu, 6 Mar 2014 17:25:49 +0100 Quentin Glidic wrote: > From: Quentin Glidic > > Since 636156d5f693ac5b01cec6a2937d2b6cd4237ea9 it is not needed any > more to allow the user to pass environment to weston. Actually, the > login shell is wiping parts of the environment. > > Signed-off-by: Que

[PATCH weston] weston-launch: Do not run weston in a shell

2014-03-06 Thread Quentin Glidic
From: Quentin Glidic Since 636156d5f693ac5b01cec6a2937d2b6cd4237ea9 it is not needed any more to allow the user to pass environment to weston. Actually, the login shell is wiping parts of the environment. Signed-off-by: Quentin Glidic --- Then we should remove the shell invocation alltogether.