[FreeNX-kNX] Problems getting RDP to work.

Fabian Franz FabianFranz at gmx.de
Wed Nov 14 21:55:18 UTC 2007


> I do in fact have the option set and the new nxdesktop_helper.  Here is
> the
> output I received:
> Stephen  17995  0.1  0.2   8164  2476 ?        S    15:47   0:00 rdesktop
> -p
> - -f -u steve -k  -d COASTAL 192.168.1.7
> Stephen  18693  0.0  0.0   3884   668 pts/2    R+   15:50   0:00 grep
> rdesktop
> 
> Does that help?

Somehow the option does not get transferred.

Perhaps the location of node.conf is wrong on the system.

You could debug this by doing:

$ . /where/nx/dir/is/nxloadconfig
$ echo $AGENT_EXTRA_OPTIONS_RDP

Else I suggest adding the -a 16 directly on the line in nxdesktop_helper:

-set -- -f -u "$agent_user" -k "$agent_keyboard" -d "$agent_domain" $AGENT_EXTRA_OPTIONS_RDP "$agent_server"
+set -- -f -u "$agent_user" -k "$agent_keyboard" -d "$agent_domain" $AGENT_EXTRA_OPTIONS_RDP -a 16 "$agent_server"

cu

Fabian



More information about the FreeNX-kNX mailing list