Hi there,
I just installed the 16.04 beta, and have come across a weird bug. On all Debian and Ubuntu based systems one of the first things I do is make some adjustments to the default gb keyboard. I do this by editing /etc/default/keyboard and changing the line:
XKBOPTIONS=""
to:
XKBOPTIONS=“caps:swapescape,lv3:ralt_alt,terminate:ctrl_alt_bksp”
…and then restarting.
The usual result of this on every Debian and Ubuntu based system I’ve used over the last few years is to make these changes to both the X11 keyboard and the console keyboard. On the 16.04 Beta (which is up to date) neither of these things happen and the keyboard remains as a stock gb.
Relevent documentation here:
http://manpages.ubuntu.com/manpages/wily/man5/keyboard.5.html
https://wiki.debian.org/Keyboard
However running setxkbmap -option ‘caps:swapescape,lv3:ralt_alt,terminate:ctrl_alt_bksp’ manually works fine under X11. Does anyone have any idea what’s changed and why this no longer has the expected result?