Skip to content

Instantly share code, notes, and snippets.

@saggie
Created May 30, 2018 03:24
Show Gist options
  • Save saggie/71123bfaf53a0cea127ffcd680864850 to your computer and use it in GitHub Desktop.
Save saggie/71123bfaf53a0cea127ffcd680864850 to your computer and use it in GitHub Desktop.
Installing Mate + XRDP for Ubuntu 18
  1. sudo apt-get install -y ubuntu-mate-desktop
    • Select "gdm3" if a dialog pops up
  2. sudo reboot
  3. sudo apt-get install -y xrdp
  4. echo 'unset DBUS_SESSION_BUS_ADDRESS' >> ~/.xsession
  5. echo 'mate-session' >> ~/.xsession
  6. sudo gedit /etc/X11/Xwrapper.config
    • Change allowed_users from console to anybody
  7. sudo reboot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment