[FreeNX-kNX] Keyboard Layout using RDP connections - Solved
Phil Stricker
stril at gmx.de
Fri Aug 1 11:20:57 UTC 2008
Hi all!
Today, I started testing freenx again and I found the key to use the
right keyboard layout in RDP connections:
In /usr/bin/node, I substituded:
[ "ENABLE_EXTERNAL_NXDESKTOP_KEYBOARD" = "1" ] && agent_keyboard=$(echo
"$keyboard" | cut -d'/' -f2)
to
agent_keyboard=$(echo "$keyboard" | cut -d'/' -f2)
I don't know why, but now, nxnode choses the right keyboard layout.
Setting ENABLE_EXTERNAL_NXDESKTOP_KEYBOARD" = "1" in
/usr/bin/nxloadconfig does not take an effect.
Greetings
Phil
Nicolas Piganeau schrieb:
> Hi Fabian,
>
> I am using NX client for windows to connect to a RDP session through a freenx
> server on an ubuntu box.
> To solve the keyboard issue discussed in this thread, I run a "rdesktop-start"
> script from a "unix-application" type session, and it works.
>
> Now, I am interested in automatic filling in of the password. At that time
> (one month ago) you wrote:
>
>
>> If you need to automatic filling in of the password, you have more work to
>> do:
>>
>> Use a rdesktop-start script like in first solution add "-p -" as parameter
>> and add in nxnode:
>>
>> agent_password=$(getparam agent_password)
>> +export agent_password
>>
>> Then do in rdesktop-start:
>>
>> #!/bin/sh
>>
>> echo $agent_password | rdesktop "$@"
>>
>> Thats all.
>>
>>
>
> I have tried, but it does not work (unable to open session, invalid
> credentials).
>
> When I run "xterm" instead of "rdesktop-start" and I look at the exported
> variables, I have $agent_password, but its value is null.
>
> Any idea?
>
> Thanks a lot.
>
> Nicolas
>
>
> ________________________________________________________________
> Were you helped on this list with your FreeNX problem?
> Then please write up the solution in the FreeNX Wiki/FAQ:
> http://openfacts.berlios.de/index-en.phtml?title=FreeNX_FAQ
> Don't forget to check the NX Knowledge Base:
> http://www.nomachine.com/kb/
>
> ________________________________________________________________
> FreeNX-kNX mailing list --- FreeNX-kNX at kde.org
> https://mail.kde.org/mailman/listinfo/freenx-knx
> ________________________________________________________________
>
>
More information about the FreeNX-kNX
mailing list