Hi, Please try the attached patch, which is different from the one I sent you before. Please make sure you follow the steps below when trying the new patch out:
1) Download the source: apt-get source fvwm 2) Overwrite the patch debian/patches/deprecated.patch with the one attached in this email 3) Compile the new package 4) Install the new package 5) Restart FVWM I don't use tightvnc, so I can't reproduce your problem. The deprecated.patch is actually pretty simple: it conditionally replaces calls to the deprecated XKeycodeToKeysym() with the new XkbKeycodeToKeysym(). Therefore the new API calls will only be used if it's available, otherwise we fall back to the old one. Not sure why it would be causing your problem... Please report back with the result. Regards, Vincent
deprecated.patch
Description: Binary data