Re: weston-launch 1.2.2: could not open tty0: Permission denied

2013-09-29 Thread christophe . jarry
> weston-launch: could not open tty0: Permission denied Ok, I forgot to do, as root: chown root /usr/bin/weston-launch chmod +s /usr/bin/weston-launch Now when I run weston-launch as a normal user, member of the weston-launch group, I obtain the following error message: failed

Re: [PATCH] version.h: Add version check macro

2013-09-29 Thread Kristian Høgsberg
On Sun, Sep 29, 2013 at 11:57:12AM +0200, Pier Luigi wrote: > 2013/9/24 Bill Spitzak : > > > > > > Kristian Høgsberg wrote: > >> > >> On Tue, Sep 24, 2013 at 12:54 AM, Marc Chalain > >> wrote: > >> > >>> > >>> But the WESTON_VERSION_AT_LEAST macro is wrong. You can check only the > >>> minor > >>>

Re: [PATCH] Resize the shell when the mode is switched

2013-09-29 Thread Kristian Høgsberg
On Tue, Sep 24, 2013 at 12:45:53AM +0200, Hardening wrote: > Resize the panel and the background when we're notified of a mode > switch. Almost forgot this one, thanks for the IRC reminder. Kristian > --- > clients/desktop-shell.c | 8 +++- > 1 file changed, 7 insertions(+), 1 deletion(-) >

Re: [xkbcommon] How to distinguish left-shift and right-shift

2013-09-29 Thread Wander Lairson Costa
2013/9/27 Daniel Stone : > Hi, > > On 27 September 2013 03:30, Ran Benita wrote: >> On Thu, Sep 26, 2013 at 06:46:02PM -0500, Jason Ekstrand wrote: >>> Looking at weston's input.c, I am not seeing any evidence that it sends any >>> key events due to an enter. It does resend the modifiers, but tha

Re: [PATCH] version.h: Add version check macro

2013-09-29 Thread Pier Luigi
2013/9/24 Bill Spitzak : > > > Kristian Høgsberg wrote: >> >> On Tue, Sep 24, 2013 at 12:54 AM, Marc Chalain >> wrote: >> >>> >>> But the WESTON_VERSION_AT_LEAST macro is wrong. You can check only the >>> minor >>> and not the rest of the version. >>> >> >> >> No, we don't guarantee plugin API sta