Difference between revisions of "Xrdp"
From MyWiki
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | 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<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> |
Latest revision as of 15:18, 17 May 2018
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