Hi!
NXClient 3.2 does not start sessions with "de-ch" as "swiss-german"
keyboard layout. It uses "ch".
Rdesktop does not work with "ch", so the chosen keyboard-layout is "us".
Inserting:
if [ "$agent_keyboard" = "ch" ]
then
agent_keyboard="de-ch"
fi
in /usr/bin/nxnode before:
export agent_keyboard
solved that problem to me.
Greetings
Phil