Bug#482592: Bug #482592: numlockx: fails to toggle numlock led

2011-09-27 Thread f . rougon
I can confirm that this simple program works fine on squeeze. KDM users can launch it from /etc/kde4/kdm/Xsetup in order to have NumLock turned on right from the login screen. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact

Bug#482592: Bug #482592: numlockx: fails to toggle numlock led

2011-09-22 Thread a642
/* I write that... it works well on my squeeze */ #include #include #include int main(){ Display *disp = XOpenDisplay (NULL); if(disp == NULL) return 1; unsigned int nl_mask = XkbKeysymToModifiers (disp, XK_Num_Lock); XkbLockModifiers (disp, XkbUseCoreKbd, nl_ma

Bug#482592: Bug #482592: numlockx: fails to toggle numlock led

2008-08-01 Thread Martin-Éric Racine
If anyone has a patch to fix this, please add it to the bug. I'll mention in passing that while upstream still is an active KDE developer, numlockx itself hasn't seen any new release in a long time. However, upstream still welcomes patches, such as the recent one I submitted to autoreconf the pac