Anton Zinoviev: > 3. Whether this bug is reproducible or console-setup no longer > overwrites your manual settings.
I've noticed this behavior on 2 Debian installations; it occured on package upgrade (1.82 -> 1.87) only and doesn't happen on every reboot. I'm not sure whether it's caused by unconsolidated configs handling (?) by console-setup package install scripts or whatever. > 1. The original values of XKBLAYOUT and XKBOPTIONS. > > 2. The changed values of XKBLAYOUT and XKBOPTIONS. > 1) Machine #1: --- keyboard.old +++ keyboard.new @@ -3,8 +3,8 @@ # Consult the keyboard(5) manual page. XKBMODEL="acer_laptop" -XKBLAYOUT="us,ua,ru" +XKBLAYOUT="" XKBVARIANT="" -XKBOPTIONS="grp:alt_shift_toggle" +XKBOPTIONS="" BACKSPACE="guess" 2) Machine #2: --- keyboard.old +++ keyboard.new @@ -5,6 +5,6 @@ XKBMODEL="genius" XKBLAYOUT="us,ua,ru" XKBVARIANT="" -XKBOPTIONS="grp:alt_shift_toggle" +XKBOPTIONS="grp:alt_shift_toggle,grp_led:scroll" BACKSPACE="guess"