Re: [PATCH] weston-launch: be more descriptive with output messages

2012-04-17 Thread Kristian Høgsberg
On Tue, Apr 17, 2012 at 1:57 PM, Benjamin Franzke wrote: > 2012/4/17 Tiago Vignatti : >> Specially the "either" word there is essential, so users don't confuse >> thinking that both steps are needed. >> >> Signed-off-by: Tiago Vignatti >> --- >> I started to implement udev based session support f

Re: [PATCH] weston-launch: be more descriptive with output messages

2012-04-17 Thread Kristian Høgsberg
On Tue, Apr 17, 2012 at 1:54 PM, Pekka Paalanen wrote: > On Tue, 17 Apr 2012 20:10:11 +0300 > Tiago Vignatti wrote: > >> Specially the "either" word there is essential, so users don't >> confuse thinking that both steps are needed. > > Good! > >> Signed-off-by: Tiago Vignatti >> --- >> I started

Re: [PATCH] weston-launch: be more descriptive with output messages

2012-04-17 Thread Benjamin Franzke
2012/4/17 Tiago Vignatti : > Specially the "either" word there is essential, so users don't confuse > thinking that both steps are needed. > > Signed-off-by: Tiago Vignatti > --- > I started to implement udev based session support for weston-launcher, after > added myself to 'weston-launch' group

Re: [PATCH] weston-launch: be more descriptive with output messages

2012-04-17 Thread Pekka Paalanen
On Tue, 17 Apr 2012 20:10:11 +0300 Tiago Vignatti wrote: > Specially the "either" word there is essential, so users don't > confuse thinking that both steps are needed. Good! > Signed-off-by: Tiago Vignatti > --- > I started to implement udev based session support for > weston-launcher, after

[PATCH] weston-launch: be more descriptive with output messages

2012-04-17 Thread Tiago Vignatti
Specially the "either" word there is essential, so users don't confuse thinking that both steps are needed. Signed-off-by: Tiago Vignatti --- I started to implement udev based session support for weston-launcher, after added myself to 'weston-launch' group and mistakenly forgot to re-ran bash. Ye