I am currently running an Ubuntu 14 VM in Azure. I have successfully followed the steps to enable xrdp and install xfce4. I am able to successfully get to the GUI with the first user account I created in Putty with Windows RDP. I have a second user that was also created in Putty, however, I am unable to connect to the GUI under the second user name.
I once again followed the steps to add the GUI to the azure vm under the second user name. However, I am constantly getting an error connecting. Please see the attached photo.
I am at a loss for how to get this work. Any ideas are greatly appreciated.
Below is the list of commands that were used to install xrdp and xfce4.
sudo apt-get update
sudo apt-get install ubuntu-desktop
sudo apt-get install xrdp
sudo /etc/init.d/xrdp start
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install xfce4
sudo echo xfce4-session >~/.xsession
sudo service xrdp restart
Step 2 (installing ubuntu-desktop) might mess things up. Only installing xfce4 has always worked for me, as in this blog post: http://c-nergy.be/blog/?p=5305