PDA

View Full Version : [ubuntu] X rdesktop client



cccc
February 18th, 2011, 10:59 PM
Hello

I need a really simple X rdesktop client to run under xfce desktop.
Is it any other solution than remmina or tsclient?

cccc
March 6th, 2011, 02:30 AM
Installing zenity package and this script:

#!/bin/bash

address=$(zenity --title="New RDP Connection" --entry --text="RDP Server IP address:")

rdesktop $addresssolved my problem.

hugmenot
April 1st, 2011, 04:09 PM
Installing zenity package and this script:

#!/bin/bash

address=$(zenity --title="New RDP Connection" --entry --text="RDP Server IP address:")

rdesktop $addresssolved my problem.

Use xfreerdp. It’s a fork of the stalled rdesktop.


xfreerdp -d XXX -p "xxxxx" -a 32 -x 0x80 -z --plugin cliprdr -g 1280x850 host