Re: [PATCH 4/6] xserver: log locally

2012-04-17 Thread Tiago Vignatti
On 04/17/2012 03:54 PM, Kristian Høgsberg wrote: On Tue, Apr 17, 2012 at 6:17 AM, Tiago Vignatti wrote: On 04/16/2012 11:41 PM, Kristian Hoegsberg wrote: On Mon, Apr 16, 2012 at 05:31:43PM +0300, Tiago Vignatti wrote: useful for weston on non-suid environments. I'm not sure about this o

Re: [PATCH 4/6] xserver: log locally

2012-04-17 Thread Kristian Høgsberg
On Tue, Apr 17, 2012 at 6:17 AM, Tiago Vignatti wrote: > On 04/16/2012 11:41 PM, Kristian Hoegsberg wrote: >> >> On Mon, Apr 16, 2012 at 05:31:43PM +0300, Tiago Vignatti wrote: >>> >>> useful for weston on non-suid environments. >> >> >> I'm not sure about this one.  We're just launching the X ser

Re: [PATCH 4/6] xserver: log locally

2012-04-17 Thread Tiago Vignatti
On 04/16/2012 11:41 PM, Kristian Hoegsberg wrote: On Mon, Apr 16, 2012 at 05:31:43PM +0300, Tiago Vignatti wrote: useful for weston on non-suid environments. I'm not sure about this one. We're just launching the X server, it needs to know how to start up and log in the right place. right, I

Re: [PATCH 4/6] xserver: log locally

2012-04-16 Thread Kristian Hoegsberg
On Mon, Apr 16, 2012 at 05:31:43PM +0300, Tiago Vignatti wrote: > useful for weston on non-suid environments. I'm not sure about this one. We're just launching the X server, it needs to know how to start up and log in the right place. Kristian > Signed-off-by: Tiago Vignatti > --- > src/Makef

[PATCH 4/6] xserver: log locally

2012-04-16 Thread Tiago Vignatti
useful for weston on non-suid environments. Signed-off-by: Tiago Vignatti --- src/Makefile.am|2 +- src/xserver-launcher.c |1 + 2 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/Makefile.am b/src/Makefile.am index f0150e8..4be869b 100644 --- a/src/Makefile.am ++