Skip to content

Instantly share code, notes, and snippets.

@adnan360
Created July 19, 2019 10:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save adnan360/4be7b5914aac4a04045ba83c4886c6b0 to your computer and use it in GitHub Desktop.
Save adnan360/4be7b5914aac4a04045ba83c4886c6b0 to your computer and use it in GitHub Desktop.
Instructions to run Weston (Wayland) session on Trisquel

Run Weston under Trisquel

Running Weston under Trisquel GNU/Linux is very easy.

Open a terminal and run:

sudo apt install weston

Then preferrably logout. Then switch to a tty (e.g. by pressing Ctrl+Alt+F3) and login with username and password. Optionally stop the lightdm service, to reduce resource use:

sudo systemctl stop lightdm

* lightdm will automatically start when you reboot.

Run:

weston-launch

This should launch a weston session. Press Ctrl+Alt+Backspace to logout of the session. Check here for other keyboard shortcuts

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment