Showing posts with label Xubuntu. Show all posts
Showing posts with label Xubuntu. Show all posts

Wednesday, September 2, 2015

How to activate the tab auto-complete on a xrdp session in Xubuntu


  1. Open terminal
  2. Open the  ~/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml using a text editor
  3. Find the node

    <property name="&lt;Super&gt;Tab" type="string" value="switch_window_key"/>

  4. Replace to

    <property name="&lt;Super&gt;Tab" type="string" value="empty"/>

  5. Save the file
  6. Restart the machine

How to enable Remote Desktop connection on Xubuntu

  1. Open terminal
  2. Type the command

    sudo apt-get install xrdp

  3. Restart Xubuntu
  4. Once the machine is restarted, go to the machine where you want remote connect
  5. Open remote desktop client
  6. Connect to the machine where you installed the xrdp
  7. At the Login to xrdp window, select sesman-Xvnc for Module
  8. In username type the login that you use to logon to the machine locally
  9. In password type the login's password

  10. Click OK
Attention: this will create a new x Session and not mirror what are you current seeing in your remote machine. There are other solutions for that.