User Tools

Site Tools


blog:using_rdesktop_to_run_windows_apps_on_linux_desktop

This is an old revision of the document!


Using RDP+rdesktop to run remote windows apps on linux desktop

Note: in the following machine-name is the network name of your windows box (either real or virtual).

  1. Get rdesktop 1.5.0 or later from http://www.rdesktop.org/. I used 1.6 which is in the Ubuntu Karmic repository, so i just did
    apt-get install rdesktop
  2. Prepare your windows (virtual) machine:
    • Enable remote desktop Start-Settings-System → Check Remote Desktop
    • :!: Enable “Welcome screen” and “Fast user switching” in Settings-Useraccounts. If you don't do this, you will not be able to use seamless mode and possible have problems keeping your sessions alive.
  3. create a short shellscript containing your command line, e.g.:
    rdesktop -g 1024×768 -k de-ch -u user -p password machine-name
  4. Performance is very good and can be tuned further using the commandline parameters of rdesktop.

To enable seamless RDP mode (running applications without a desktop, taskbar etc.):

  1. Get the server side component, “seamlessrdpshell” from http://www.cendio.com/seamlessrdp/seamlessrdp.zip, or my local copy
  2. Unpack the files to some directory on the windows machine server, such as c:\seamlessrdp.
  3. Test seamless mode: rdesktop -A -s “c:\seamlessrdp\seamlessrdpshell.exe notepad” machine-name. If you get a full screen windows display with no notepad running, remeber to enable “Welcome screen” and “Fast user switching”.

~~LINKBACK~~

Discussion

Enter your comment. Wiki syntax is allowed:
   ____   ____   __ __   __ __   ____
  / __/  / __/  / // /  / //_/  /  _/
 _\ \   / _/   / _  /  / ,<    _/ /  
/___/  /___/  /_//_/  /_/|_|  /___/
 
blog/using_rdesktop_to_run_windows_apps_on_linux_desktop.1265428544.txt.gz · Last modified: 2010-02-06 04:55 by brb