Skip to content

Instantly share code, notes, and snippets.

@TomTasche
Created July 20, 2021 13:51
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 TomTasche/a4d78be225d05b1299a1ac9566548306 to your computer and use it in GitHub Desktop.
Save TomTasche/a4d78be225d05b1299a1ac9566548306 to your computer and use it in GitHub Desktop.
Chrome Remote Desktop to Ubuntu Server
# install ubuntu-desktop
# follow https://cloud.google.com/architecture/chrome-desktop-remote-on-compute-engine
# put this in /etc/chrome-remote-desktop-session
export GNOME_SHELL_SESSION_MODE=ubuntu
export XDG_CURRENT_DESKTOP=ubuntu:GNOME
export XDG_CONFIG_DIRS=/etc/xdg/xdg-ubuntu:/etc/xdg
exec env GNOME_SHELL_SESSION_MODE=ubuntu /usr/bin/gnome-session --session=ubuntu
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment