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

2013-08-14 Thread Kristian Høgsberg
On Wed, Aug 14, 2013 at 12:53:08AM +0300, Maksim Melnikau wrote: > 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(-) Could we make this a weston.

[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/man

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

2013-08-13 Thread Giulio Camuffo
Thanks, every time I tried XWayland I though a thing like this was needed. I have a few comments though: 2013/8/13 Maksim Melnikau > Signed-off-by: Maksim Melnikau > --- > man/weston.man | 3 +++ > src/weston-launch.c | 4 > src/xwayland/launcher.c | 9 +++-- > 3 files c

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

2013-08-13 Thread Maksim Melnikau
The motivation behind the patch is simple. Many distros how adding wayland/weston to their packages, but they don't add xorg-server with wayland support. As result weston installed with --with-xserver-path (XSERVER_PATH) points to useless Xorg for xwayland integration ( https://bugs.gentoo.org/show

[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/man