Hi all,
after last packages upgrades (debian testing) I began having problems with keyboard layout. The configuration falled back to "us", while my client is configured as "it".
Looking into session logs I found a warning about being unable to stat file /usr/local/lib/nx/X11/xbd/rules/xorg. Indeed there is no "nx" directory under /usr/local/lib in my system.
I fixed with: mkdir /usr/local/lib/nx ln -s /usr/share/X11 /usr/local/lib/nx/X11
I don't know if this is correct. I suspect a bug in latest packages...
Giuseppe