I tried remotely connecting to Ubuntu 12.04 from windows 7 using remote desktop manager. After installing xrdp, I was able to login but was not able to see any icon on my Ubuntu Desktop. Even the right click does not work. This problem is same as referenced in the following link:
Blank desktop when logging in via xrdp
To get rid of this problem, I followed the following steps:
cd /home/youruser
echo "gnome-session --session=ubuntu-2d" > .xsession
sudo /etc/init.d/xrdp restart
But now, I am not even able to login the Ubuntu system. It displays a message "Failed to load session "ubuntu-2d". Don't know how to get rid of this problem. Searched on internet but was not able to get any significant answer. Thanks in advance for the help !!!