From 60493f29ad8ab44930a034a8a6e199e1825bafc1 Mon Sep 17 00:00:00 2001 From: Pavol Babincak Date: Mon, 29 Jan 2024 15:43:00 +0000 Subject: [PATCH] Use xwayland=true instead of modules=xwayland.so to prevent a warning Since 2016 after this commit https://gitlab.freedesktop.org/wayland/weston/-/commit/6d3887baec12c3a2b833301907546fba8c1fb26d Weston produces this warning: Old Xwayland module loading detected: Please use --xwayland command line option or weston.ini xwayland=true if one sets their config with "modules=xwayland.so". Guide users to use new "xwayland=true" so they don't get these warnings. --- modules/ROOT/pages/troubleshooting-wayland-problems.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ROOT/pages/troubleshooting-wayland-problems.adoc b/modules/ROOT/pages/troubleshooting-wayland-problems.adoc index db6610a..91edffb 100644 --- a/modules/ROOT/pages/troubleshooting-wayland-problems.adoc +++ b/modules/ROOT/pages/troubleshooting-wayland-problems.adoc @@ -211,7 +211,7 @@ XWayland support enabled in your weston sessions. Create `~/.config/weston.ini` with this contents: `[core]` + -`modules=xwayland.so` +`xwayland=true` Now you can start weston either as nested window or as a full session.