Skip to content
Commit 50810825 authored by Bastien Nocera's avatar Bastien Nocera
Browse files

keyboard: Apply num-lock to newly connected keyboards

before 34395459, apply_all_settings()
and then apply_numlock() would sync up the numlock LED on a newly
hotplugged device.
34395459 removed that call, so devices
now come up with the numlock LED off even when the numlock is on, and a
subsequent state change will wrongly toggle it, i.e. LED off when numlock
is on, LED on when numlock is off.

This should really be fixed in the xserver but it's unlikely to happen,
restoring this patch in gnome-settings-daemon seems the simplest solution
for now.

https://bugzilla.gnome.org/show_bug.cgi?id=722753
parent 85644c19
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment