Created
July 20, 2021 13:51
-
-
Save TomTasche/a4d78be225d05b1299a1ac9566548306 to your computer and use it in GitHub Desktop.
Chrome Remote Desktop to Ubuntu Server
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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