Re: Planning 1.2.1 releases in a few days

2013-08-20 Thread Maksim Melnikau
On Wed, Aug 21, 2013 at 2:42 AM, Kristian Høgsberg wrote: > If there's a patch that should be in the 1.2.1 release but isn't let me > know. > Could you add "add [xwayland] path weston.ini option" http://cgit.freedesktop.org/wayland/weston/commit/?id=92de1443312e69b217bf817c52cc0fb4bfae8ada to west

Re: [PATCH] add [xwayland] path weston.ini option

2013-08-14 Thread Maksim Melnikau
If compare with previous patch, this has a small documentation improvement. On Wed, Aug 14, 2013 at 10:33 PM, Maksim Melnikau wrote: > diff --git a/man/weston.ini.man b/man/weston.ini.man > index 9c22b3f..79743f0 100644 > --- a/man/weston.ini.man > +++ b/man/weston.ini.man >

[PATCH] add [xwayland] path weston.ini option

2013-08-14 Thread Maksim Melnikau
It sets the path to the xserver to run. Signed-off-by: Maksim Melnikau --- man/weston.ini.man | 7 +++ src/xwayland/launcher.c | 10 -- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/man/weston.ini.man b/man/weston.ini.man index 9c22b3f..79743f0 100644 --- a

[PATCH] add [xwayland] path weston.ini option

2013-08-14 Thread Maksim Melnikau
It sets the path to the xserver to run. Signed-off-by: Maksim Melnikau --- man/weston.ini.man | 6 ++ src/xwayland/launcher.c | 10 -- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/man/weston.ini.man b/man/weston.ini.man index 9c22b3f..204c4ee 100644 --- a

[PATCH] add ENV[XSERVER_PATH] to change xserver runtime

2013-08-13 Thread Maksim Melnikau
Signed-off-by: Maksim Melnikau --- man/weston.man | 3 +++ src/weston-launch.c | 4 src/xwayland/launcher.c | 9 +++-- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/man/weston.man b/man/weston.man index 39d854b..a60d2bc 100644 --- a/man/weston.man +++ b

Re: [PATCH] add ENV[XSERVER_PATH] to change xserver runtime

2013-08-13 Thread Maksim Melnikau
o.org/show_bug.cgi?id=480868 ). With this patch it will be easy to follow this instructions ( http://wayland.freedesktop.org/xserver.html) for installing in home just xorg-server-xwayland-1.12 and drivers for starting weston/wayland experiments. On Tue, Aug 13, 2013 at 11:08 PM, Maksim Melnikau

[PATCH] add ENV[XSERVER_PATH] to change xserver runtime

2013-08-13 Thread Maksim Melnikau
Signed-off-by: Maksim Melnikau --- man/weston.man | 3 +++ src/weston-launch.c | 4 src/xwayland/launcher.c | 9 +++-- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/man/weston.man b/man/weston.man index 39d854b..94c87d3 100644 --- a/man/weston.man +++ b