...
Install the Weston package.
Code Block $ sudo apt install weston
Make a directory for the output of the Weston GUI.
Code Block $ mkdir /your/directory/location
Give permissions to this directory.
Code Block $ chmod 0700 /your/directory/location
Set the XDG_RUNTIME_DIR env param to your directory.
Code Block $ su -c 'echoexport XDG_RUNTIME_DIR=/your/directory/location >> /etc/environment'
Run Weston.
Code Block $ weston
...