Xrdp

From MyWiki
Jump to: navigation, search

Installing on Centos 7 - https://www.itzgeek.com/how-tos/linux/centos-how-tos/install-gnome-gui-on-centos-7-rhel-7.html http://www.xrdp.org/index.php?option=com_content&view=article&id=33:building-xrdp-in-fedora-19&catid=2:documents&Itemid=7
To make the "i" key work - sudo xrdp-genkeymap /etc/xrdp/km-0409.ini no this was rubbish

For xfce4 users
From the terminal issue the following command
    echo xfce4-session > ~/.xsession
Restart the xrdp service using following command
    sudo service xrdp restart
For lxde users
From the terminal issue the following command
    echo lxsession -s LXDE -e LXDE > ~/.xsession 
Restart the xrdp service using following command
    sudo service xrdp restart