User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.3) Gecko/20061201 Firefox/2.0.0.3 (Ubuntu-feisty) Build Identifier: Simple feature request: - Save numlock state on logoff - Restore previous numlock state on logon Reproducible: Always Steps to Reproduce:
If we do this, should probably go into xfce4-settings-helper instead...
Created attachment 3018 WIP patch to fix the issue I'm working on this. I got the code almost done but I'm facing an issue: numlock LED can end up desynchronized with numlock state. This is a X.org bug which was fixed in previous releases but it seems there is a regression in 7.5. See http://bugs.freedesktop.org/show_bug.cgi?id=16145 for more details. It seems this issue is not reproducible on all boxes, so I don't know if we still want to get that stuff in or if we wait until the things settle in X.org.
I found another way of doing this without the XTest extension, and it works! Pushed to git master.