Re: [PATCH] Introduce weston-launch

2012-02-02 Thread Pekka Paalanen
On Wed, 1 Feb 2012 15:37:11 +0100 Benjamin Franzke wrote: > 2012/2/1 Tiago Vignatti : ... > > > > On 01/31/2012 09:22 PM, Benjamin Franzke wrote: > >> > >> weston-launch starts weston and provides mechanism > >> for weston to set/drop drm master, open a tty, > >> and read input devices without be

Re: [PATCH] Introduce weston-launch

2012-02-01 Thread Tiago Vignatti
On 02/01/2012 04:37 PM, Benjamin Franzke wrote: You mean to start weston and weston-launch (the permission part) seperately? We could do that, but thats of course not that handy, and would produce two problems: - The tty would need to be chowned to the user - The control socket couldn't be p

Re: [PATCH] Introduce weston-launch

2012-02-01 Thread Benjamin Franzke
2012/2/1 Tiago Vignatti : > Cool, looks great at first! Thanks for taking over this work. I have some > comments bellow. > > > > On 01/31/2012 09:22 PM, Benjamin Franzke wrote: >> >> weston-launch starts weston and provides mechanism >> for weston to set/drop drm master, open a tty, >> and read inp

Re: [PATCH] Introduce weston-launch

2012-02-01 Thread Tiago Vignatti
Cool, looks great at first! Thanks for taking over this work. I have some comments bellow. On 01/31/2012 09:22 PM, Benjamin Franzke wrote: weston-launch starts weston and provides mechanism for weston to set/drop drm master, open a tty, and read input devices without being root. Execution is

[PATCH] Introduce weston-launch

2012-01-31 Thread Benjamin Franzke
weston-launch starts weston and provides mechanism for weston to set/drop drm master, open a tty, and read input devices without being root. Execution is allowed for local-active sessions or users in the group weston-launch. --- configure.ac | 16 ++ src/.gitignore |1 + src/M