From: Pekka Paalanen <[email protected]> The Xwayland setting syntax was changed in https://gitlab.freedesktop.org/wayland/weston/commit/6d3887baec12c3a2b833301907546fba8c1fb26d
Fixes: https://gitlab.freedesktop.org/wayland/weston/issues/186 Signed-off-by: Pekka Paalanen <[email protected]> --- xserver.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xserver.html b/xserver.html index 0255d85..174b2ab 100644 --- a/xserver.html +++ b/xserver.html @@ -98,12 +98,12 @@ $ ln -s /usr/bin/xkbcomp $WLD/bin/ <h2>weston.ini</h2> <p> -Add this to <tt>~/.config/weston.ini</tt> (or use the <code>--modules=xwayland.so</code> command line argument): +Add this to <tt>~/.config/weston.ini</tt> (or use the <code>--xwayland</code> command line argument): </p> <pre> [core] -modules=xwayland.so +xwayland=true </pre> <h2>Running</h2> -- 2.20.1 _______________________________________________ wayland-devel mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/wayland-devel
