Xrdp

From MyWiki
Revision as of 15:18, 17 May 2018 by George2 (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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