Summary: | The server should log keyboard input | ||
---|---|---|---|
Product: | ThinLinc | Reporter: | Samuel Mannehed <samuel> |
Component: | VNC | Assignee: | Pierre Ossman <ossman> |
Status: | CLOSED FIXED | ||
Severity: | Normal | CC: | samuel |
Priority: | P2 | Keywords: | derfian_tester, prosaic |
Version: | trunk | ||
Target Milestone: | 4.5.0 | ||
Hardware: | PC | ||
OS: | Unknown | ||
Acceptance Criteria: |
Description
Samuel Mannehed
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
|