[FreeNX-kNX] Client reports keyboard dk instead of keyboard da to Windows...

Mads Jepsen mads.jepsen at mosek.com
Mon Feb 27 06:33:47 UTC 2006


This problem has existed for all 1.5.0 Clients I have used. I started
using NX in september last year. 

> > - from a feedback from NoMachine support, I know that the nx-win-client
> > (version 138) sends keybd=dk to the MS2003 server instead of keybd=da as it
> > should.
I 
Herbert Graeber made a fix for a problem with the german keyboard Maybe
you can use it:

It's simple: replace the value of the varible kbtype by the correct
value 
before it's first use. Here is the patch:

--- nxnode.org  2005-12-22 23:18:49.000000000 +0100
+++ nxnode      2005-12-22 11:51:30.000000000 +0100
@@ -224,6 +224,9 @@
        export XAUTHORITY="$USER_FAKE_HOME/.nx/C-$sess_id/authority"
        export HOME="$USER_FAKE_HOME"

+       # hack: fix for german keyboard layout
+       [ "$kbtype" = "pc102/de" ] && kbtype="pc105/de"
+
        # backwards compatibility
        K=""
        [ -n "$keyboard" ] && K="-keyboard $keyboard"


Cheers,
Herbert
> _______________________________________________
> 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