Comment 1 for bug 403472

Revision history for this message
kapetr (kapetr) wrote : Re: by booting UBUNTU 9.04 numlockx don't work

Hello

I HACKED this:

I had add to the end of /etc/gdm/Init/Default :

if [ -x /usr/bin/numlockx ]; then
/usr/bin/numlockx on
fi

It works.

P.S.: As I have find out, the /etc/X11/Xsession.d/55numlockx is working, but unfortunately too late - after GDM login. Also - by typing my password, I had to press NumLock key.
But with this my hack is it now not necessary.