Skip to content

Instantly share code, notes, and snippets.

@Wagahai
Last active January 3, 2020 17:57
Show Gist options
  • Save Wagahai/5c3a80581bd18ff38665ddb03e839ebe to your computer and use it in GitHub Desktop.
Save Wagahai/5c3a80581bd18ff38665ddb03e839ebe to your computer and use it in GitHub Desktop.
Crouton notes

Crouton notes

Install crouton

  • Enable Dev mode on tablet
  • Install extension Xiwi target
  • Download the crouton executable to ~Downloads
  • CTRL-ALT-T to get a prompt
  • Type: shell
  • Add crouton: sudo sh ~/Downloads/crouton -r xenial -t x11,chrome,xorg,xiwi,keyboard,touch,unity,xfce
  • Enter chroot: enter-chroot
  • Adjust packages as needed

Run crouton

  • CTRL-ALT-T to get a prompt
  • Type: shell
  • sudo ...startxfce, startcli, etc

Other options

  • List roots: sudo edit-chroot -al
  • List Linux releases: sudo crouton -r list
  • List available targets: crouton -t help
  • Start a chroot with -u (root) crouton -t xiwi -u -n xenial
  • Location: /usr/local/chroots/

Run crouton

sudo startxfce4 -X xiwi

Run crouton in parallel

sudo startxfce4 or startunity

Switch between OS sessions

Ctrl+Alt+Shift+Back and Ctrl+Alt+Shift+Forward

Command cheat-sheet

Links of interest

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