Comment 40 for bug 218202

Revision history for this message
M. Nease (mlnease-hctc) wrote :

Winux,

I couldn't see all the script in your screen print. This worked for me yesterday in a fresh Karmic install:

1. Enable universe and multiverse repositories;
2. sudo apt-get install numlockx;
3. In System > Administration > Startup Applications, add numlockx;
4. sudo gedit /etc/gdm/Init/Default;
5. look for the line that says, “exit 0” and above this line add these extra lines:

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

/usr/bin/numlockx on

fi

save the file and close gedit. Next time you reboot, numlock then you should be on by default

http://ubuntuforums.org/showthread.php?t=153747
https://bugs.launchpad.net/ubuntu/+source/numlockx/+bug/218202

NOTE: I'm no expert--try at your own risk.

mike