Hi,
I am trying to debug a strange problem with the keyboard in a x2go session to a server using XFCE and OpenSuse 13.1.
The session works fine but the "Del" key does not work.
These were the steps I followed:
I have checked session.log and the only error I see is: nxagentXkbGetRules: WARNING! Failed to stat file [/usr/local/lib/nx/X11/xkb/rules/xorg]: Unknown error -1.
In fact this warning appears also in other server I have running Scientific Linux 6.4 and Gnome where keyboard works correctly.
Running xev I see "Del" key is not recognized as a KeyPress event but as a series of FocusOut, FocusIn and KeymapNotify events:
FocusOut event, serial 36, synthetic NO, window 0x2e00001, mode NotifyGrab, detail NotifyAncestor
FocusIn event, serial 36, synthetic NO, window 0x2e00001, mode NotifyUngrab, detail NotifyAncestor
KeymapNotify event, serial 36, synthetic NO, window 0x0, keys: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
I would really appreciate any hint about how to continue debugging the problem.
Thanks, Javier