Hi, Antergos users, i am Archlinux user and i have installed lightdm-webkit-theme-antergos from AUR, and i has noticed that i can not activate NumLock on boot.
[code]pacman -Qi lightdm-webkit-theme-antergos[/code]
[quote]
Name : lightdm-webkit-theme-antergos
Version : 2.0.6-1
Description : The official greeter theme of Antergos Linux
Architecture : any
URL : http://www.antergos.com
Licenses : GPLv2
Groups : None
Provides : None
Depends On : lightdm lightdm-webkit-greeter
Optional Deps : None
Required By : None
Optional For : None
Conflicts With : None
Replaces : None
Installed Size : 6.60 MiB
Packager : Unknown Packager
Build Date : Mon Feb 16 11:16:42 2015
Install Date : Mon Feb 16 11:16:49 2015
Install Reason : Explicitly installed
Install Script : Yes
Validated By : None
[/quote]
I also have installed the package numlockx and i have edited the file:
/etc/lightdm/lightdm.conf
[quote]
[SeatDefaults]
…
greeter-session=lightdm-webkit-greeter
…
user-session=cinnamon
…
**greeter-setup-script=/usr/bin/numlockx on
**
[/quote]
From Arch wiki: https://wiki.archlinux.org/index.php/LightDM
[quote]
NumLock on by default
Install the numlockx package and the edit /etc/lightdm/lightdm.conf adding the following line:
greeter-setup-script=/usr/bin/numlockx on
[/quote]
…but doesn’t works…
Regards