Difference between revisions of "Xrdp"

From MyWiki
Jump to: navigation, search
Line 1: Line 1:
 
http://www.xrdp.org/index.php?option=com_content&view=article&id=33:building-xrdp-in-fedora-19&catid=2:documents&Itemid=7<br>
 
http://www.xrdp.org/index.php?option=com_content&view=article&id=33:building-xrdp-in-fedora-19&catid=2:documents&Itemid=7<br>
To make the "i" key work -    sudo xrdp-genkeymap /etc/xrdp/km-0409.ini <br>
+
To make the "i" key work -    sudo xrdp-genkeymap /etc/xrdp/km-0409.ini   no this was rubbish <br>
 +
<source lang="text">
 +
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
 +
</source>

Revision as of 14:01, 25 September 2015

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