When testing for example dead keys in ThinLinc, it's not enough to watch the X11 window. We need to be able to monitor the characters that has been sent over vnc.
This bug is about improving the debug logging in Xvnc to make it easier to test and debug keyboard issues.
Fixed. Turn on debug logging* and you should see the keysyms sent by the client. *-Log *:stderr:100 in xserver_args.
Works as advertised: - No logging with standard xserver_args - Keystrokes show up in log with "-Log *:stderr:100" in xserver_args > VNCSConnST: Key pressed: 0x64 > Input: keycode 40 down > VNCSConnST: Key released: 0x64 > Input: keycode 40 up