Lubuntu 10.04 Lucid XRDP Setup
Code:
sudo apt-get install xrdp vino
Code:
sudo leafpad /usr/share/applications/vino-preferences.desktop
Change
OnlyShowIn=GNOME;
To
#OnlyShowIn=GNOME;
Save/Close
Code:
sudo cp /etc/xrdp/xrdp.ini /etc/xrdp/xrdp.ini.bak
Code:
sudo leafpad /etc/xrdp/xrdp.ini
[globals]
bitmap_cache=yes
bitmap_compression=yes
port=3389
crypt_level=low
channel_code=1
[xrdp1]
name=RDP2VINO
lib=libvnc.so
username=ask
password=ask
ip=127.0.0.1
port=5900
Remove everything below.
Save/Close
Restart xrdp
Code:
sudo service xrdp restart
Start vino
menu/Preferences/Remote Desktop
Tested as working settings:
Sharing: both boxes checked
Security: nothing checked
By default xrdp/sesman autostarts on boot with init.d file.
Use sysv-rc-conf to configure it to not autostart if desired.
Vino which is required to access desktop does not autostart.
Vino autostart :
menu/Preferences/Desktop Session Settings/Automatically Started Applications
Check Enabled Remote Desktop
OK