[ANNOUNCE] Wayland Live CD release

2015-06-06 Thread nerdopolis
Hi. I have pushed out new ISO files for the Wayland Live CD project, named after my favorite celebrity (Rebecca Black). These have Wayland an Weston master, which when built, were a few commits ahead of the 1.8 releases of Wayland and Weston. Notably: The bash waylandloginmanager no longer use

Re: [PATCH weston] Whitespace corrections

2015-06-06 Thread Bryce Harrington
On Sat, Jun 06, 2015 at 01:02:22PM +, Murray Calavera wrote: > Signed-off-by: Murray Calavera Thanks, pushed: 97b9b17..883ac02 master -> master > --- > clients/window.h | 4 ++-- > shared/cairo-util.h | 2 +- > src/compositor-x11.c | 2 +- > src/libbacklight.c

Re: [PATCH weston] Add config option to disable input method

2015-06-06 Thread Hardening
Le 06/06/2015 12:18, Murray Calavera a écrit : > When building a shell-plugin the developer might not want to implement > an input method. Nevertheless weston will look for one, print errors > complaining that the input method died and then give up. > > Signed-off-by: Murray Calavera > --- > man

[PATCH weston] Whitespace corrections

2015-06-06 Thread Murray Calavera
Signed-off-by: Murray Calavera --- clients/window.h | 4 ++-- shared/cairo-util.h | 2 +- src/compositor-x11.c | 2 +- src/libbacklight.c| 2 +- src/libbacklight.h| 2 +- src/weston-launch.c | 10 +- wcap/main.c | 2 +- wcap/wc

[PATCH weston] Add config option to disable input method

2015-06-06 Thread Murray Calavera
When building a shell-plugin the developer might not want to implement an input method. Nevertheless weston will look for one, print errors complaining that the input method died and then give up. Signed-off-by: Murray Calavera --- man/weston.ini.man | 9 - src/compositor.c | 6 +-