Personally I don't ever want numlock turned off, so this work around is more about always starting up with numlock turned on rather than having it remember its previous state.
Using a program called
First download
sudo yum install numlockx
1. Turn Numlock on at Login
Launch the hidden application to edit the applications that launch on login:
gnome-session-properties
Add a new entry
Name:
Command:
Comment:
2. Turn Numlock on at Startup
As a superuser edit the file
sudo nano /etc/X11/xinit/xinitrc
At the beginning of the file add the following line
/usr/bin/numlockx on
Numlock should now have the behaviour that you want!
Courtesy of Vivek
9 comments:
Thank you!
Thank you from me, too! A definite sanity saver - overcoming yet another annoying Gnome 3 'feature'.
Thanks works great
You've just fixed a major annoyance of mine. Thanks!
Thanks, it is what i need
I am just amazed that this little button-presser occupies 36KB. What on earth is it doing with all that space?
Nice workaround for a bug in gnome that was driving me mad. Thanks!
thank U
Yeah, this worked :) I could have sworn that my numlock was always on before upgrading from gnome2 to gnome3 under ubuntu.
Post a Comment