Comment 10 for bug 1069272

Revision history for this message
Benny Law (lawbenny) wrote :

Hi all, I am a newbie of Linux. But after fighting one day, I manage to connect my xp sp3 to ubuntu 12.10 with xrdp installed.. Here is my steps. Hope this help others

1. install xrdp
sudo apt-get install xrdp

2. install fallback
sudo apt-get install gnome-session-fallback

3. logout and login again by gnome theme. You can choose theme before log in..

4. open terminal by ctrl alt t , then input
echo "gnome-session --session=gnome" > ~/.xsession

5. sudo gedit /etec/xrdp/startwm.sh
. /etc/X11/Xsession
to
. /home/<user name>/.xsession

6. sudo /etc/init.d/xrdp restart

7. finished. Enjoy!

Benny