Use xwayland=true instead of modules=xwayland.so to prevent a warning

Since 2016 after this commit 6d3887baec 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.
This commit is contained in:
Pavol Babincak 2024-01-29 15:43:00 +00:00
parent 84a2db22d7
commit 60493f29ad

View file

@ -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.