Created
March 28, 2012 19:18
-
-
Save laszlomiklosik/2229643 to your computer and use it in GitHub Desktop.
Enable Windows style RDP server in Ubuntu
This file contains hidden or 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
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