Skip to content

Instantly share code, notes, and snippets.

@laszlomiklosik
Created March 28, 2012 19:18
Show Gist options
  • Save laszlomiklosik/2229643 to your computer and use it in GitHub Desktop.
Save laszlomiklosik/2229643 to your computer and use it in GitHub Desktop.
Enable Windows style RDP server in Ubuntu
Why would you need this?
Because NxServer or VNC needs a special client installed in order to connect.
If your destination Ubuntu machine has multiple displays installed, you will eventually go crazy configuring it to be correctly seen from a Windows machine with a single display. It will show you 2 desktops on a single monitor...
Enabling Windows style RDP server in Ubuntu in easy.
Steps:
1. sudo apt-get install xrdp
2. cd ~
3. echo "gnome-session --session=gnome-classic" > .xsession
4. sudo /etc/init.d/xrdp restart
You can use a different session types for the gnome session:
ubuntu
gnome-classic
gnome-fallback
ubuntu-2d
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment