parameters with spaces
Brought to you by:
hirfuin,
seraphim78
krd is passing parameters with space between parameter and the value. capturing the underlying rdesktop execution and removing these spaces resolves the issue.
eg fails with this
rdesktop -u robert -d robsdomain -p XXXXXXX -4 -k ar -g 800x600 -a 16 -b -x default -P -r sound:no <some_url>
removing the spaces and executing directly as rdesktop works
rdesktop -urobert -drobsdomain -pXXXXXXX -4 -kar -g800x600 -a16 -b -xdefault -P -rsound:no <some_url>
suse 10.3
krd 1.6
Rdesktop's (v1.5.0) man pages tells there should be the space between options and their values. Probably is a particular space, in some option value, giving problem.
There a space in the password? Or username? or in another option?