Hi I want to use the EurKey keyboard layout.
https://eurkey.steffen.bruentjen.eu/download.html
According to the information on its webpage it is bundled in the file xkeyboard-config.
The layout can be manually selected by using:
% setxkbmap eu
When I have selected the keyboard layout I can see the settings as follows:
% setxkbmap -print -verbose 10
Setting verbose level to 10
locale is C
Trying to load rules file ./rules/evdev…
Trying to load rules file /usr/share/X11/xkb/rules/evdev…
Success.
Applied rules from evdev:
rules: evdev
model: pc105
layout: us
options: terminate:ctrl_alt_bksp
Trying to build keymap using the following components:
keycodes: evdev+aliases(qwerty)
types: complete
compat: complete
symbols: pc+us+inet(evdev)+terminate(ctrl_alt_bksp)
geometry: pc(pc105)
xkb_keymap {
xkb_keycodes { include “evdev+aliases(qwerty)” };
xkb_types { include “complete” };
xkb_compat { include “complete” };
xkb_symbols { include “pc+us+inet(evdev)+terminate(ctrl_alt_bksp)” };
xkb_geometry { include “pc(pc105)” };
};
But in the GUI settings I can not select it so it is not persistent.
I had the same problems under ubuntu but the webpage supplies a .deb file that can be installed. So I installed it and then the setting showed up under UK keyboard settings.
I think this must be a bug that is persistent for many distributions and has not been dealt with. So now I wonder if there is a workaround to make the setting persistent. It would be nice if I could select it from the gui settings if possible. Also I wonder where I can make a bug report about the problem?