[PATCH wayland-web] xserver: how to let Weston find Xwayland
Pekka Paalanen
ppaalanen at gmail.com
Tue Feb 5 11:55:03 UTC 2019
From: Pekka Paalanen <pekka.paalanen at collabora.com>
Fixes: https://gitlab.freedesktop.org/wayland/weston/issues/188
Signed-off-by: Pekka Paalanen <pekka.paalanen at collabora.com>
---
xserver.html | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/xserver.html b/xserver.html
index 174b2ab..000f743 100644
--- a/xserver.html
+++ b/xserver.html
@@ -106,6 +106,17 @@ Add this to <tt>~/.config/weston.ini</tt> (or use the <code>--xwayland</code> co
xwayland=true
</pre>
+<p>
+If the default search path for Xwayland in Weston is not correct,
+you need to fix it either by a Weston build option <tt>xwayland-path</tt>
+or adding this to <tt>~/.config/weston.ini</tt>:
+</p>
+
+<pre>
+[xwayland]
+path=/path/to/bin/Xwayland
+</pre>
+
<h2>Running</h2>
<p>
--
2.20.1
More information about the wayland-devel
mailing list