[systemsettings] [Bug 368063] NumLock is not turned on at start, although the preference for it is set to `on` in kcm_keyboard

2024-04-30 Thread Conor Campbell
https://bugs.kde.org/show_bug.cgi?id=368063

Conor Campbell  changed:

   What|Removed |Added

 Resolution|FIXED   |---
 CC||co...@bromedia.co.za
 Status|RESOLVED|REOPENED

--- Comment #63 from Conor Campbell  ---
A fix which worked for me:

sudo nano /usr/lib/sddm/sddm.conf.d/default.conf

Numlock=on

I think the reason it is broken, is because the default setting is
Numlock=none, and the src/greeter/GreeterApp.cpp file in SDDM doesn't have a
case for Numlock=none.

-- 
You are receiving this mail because:
You are watching all bug changes.

[systemsettings] [Bug 368063] NumLock is not turned on at start, although the preference for it is set to `on` in kcm_keyboard

2024-04-30 Thread Conor Campbell
https://bugs.kde.org/show_bug.cgi?id=368063

--- Comment #64 from Conor Campbell  ---
(In reply to Conor Campbell from comment #63)
> A fix which worked for me:
> 
> sudo nano /usr/lib/sddm/sddm.conf.d/default.conf
> 
> Numlock=on
> 
> I think the reason it is broken, is because the default setting is
> Numlock=none, and the src/greeter/GreeterApp.cpp file in SDDM doesn't have a
> case for Numlock=none.

In fact, even creating /etc/sddm.conf.d/numlock.conf and adding Numlock=on
works, it seems.

-- 
You are receiving this mail because:
You are watching all bug changes.