Hi, A Debian user filed bug report #699586 [1] regarding loss of keyboard when using tightvnc. The patch from Thomas Adam [2] which fixes the deprecating XKeycodeToKeysym() was the cause. The fix is in the bug report and also attached to this mail. Basically when converting from XKeycodeToKeysym(d, k, i), the result should be XkbKeycodeToKeysym(d, k, _, i) and not XkbKeycodeToKeysym(d, k, i, _).
Not sure if I should sent this issue to the mailinglist, since this patch doesn't seem to be in the CVS branch. Regards, Vincent Chen [1] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=699586 [2] https://github.com/ThomasAdam/fvwm/commit/06234f650ab35da27489ed71fee67d024391f80d.patch
deprecated.patch
Description: Binary data
