You are not logged in.
Pages: 1
i run multiple users under lightdm. this means each user starts up in its own instance of Xorg and X windows environment (which is Xfce for all users by default under Xubuntu). the situation i have is that the Num Lock key comes up in the off state as expected for all users except for one of them named "vx". when that user gets logged in, the Num Lock state is on and i need to press the Num Lock key to toggle it off.
is something (unintentially) set to make Num Lock start in the on state? how can i fix Num Lock so it starts in the off state? is there a script command (that i could put in /home/vx/.bashrc) to set or toggle the Num Lock key state? i don't know if Xorg or the Linux kernel keeps this state but i think it is likely to be Xorg. i don't know how Xfce could intervene with this.
Offline
What does the following return:
xfconf-query -c keyboards -lv | grep -i numlock
Enabling Settings Manager > Keyboard > "Restore Numlock" will create/alter the RestoreNumlock property and on logout will save the numloock state to the Numlock property. If both are true then that would explain what is happening. You could (with the numlock disabled):
xfconf-query -c keyboards -p /Default/Numlock -t bool -s false --create
...to set that value to false.
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
Pages: 1
[ Generated in 0.010 seconds, 7 queries executed - Memory usage: 523.04 KiB (Peak: 530.65 KiB) ]