Comment 0 for bug 1710366

Revision history for this message
winux (g-vaquant) wrote :

Hi

I'm running Artful updates 2012-08-12
Even if I reproduce what I did for Unity, NumLock is never automatically activated

    Here is what I did:
sudo apt-get install numlockx
sudo nano /etc/gdm3/Init/Default
    Add before "exit 0":
if [ -x /usr/bin/numlockx ]; then
exec /usr/bin/numlockx on
fi