Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Install the Weston package.

    Code Block
    $ sudo apt install weston
  2. Make a directory for the output of the Weston GUI.

    Code Block
    $ mkdir /your/directory/location
  3. Give permissions to this directory.

    Code Block
     $ chmod 0700 /your/directory/location
  4. Set the XDG_RUNTIME_DIR env param to your directory.

    Code Block
    $ su -c 'echoexport XDG_RUNTIME_DIR=/your/directory/location >> /etc/environment'
  5. Run Weston.

    Code Block
    $ weston

...