You are not logged in.
Hello alls,
A few weeks ago, after an update, my console keymaps stopped working correctly: the compose '^' + 'e' does print a 'ę' instead of the expected 'ê'.
I tried different french keymaps: they all have that problem. I also tried different locale configuration, without any effects.
Note that in the bepo keymap a single key is enough to print an 'ê', this works correctly, alas, on the same keymap, the '^' + 'e' does not...
Any help is welcome.
$ grep ê /usr/share/kbp/keymaps/i386/azerty/fr-latin9.map
compose '^' 'e' to 'ê'
$ locale
LANG=fr_FR.UTF-8
LC_CTYPE="fr_FR.UTF-8"
LC_NUMERIC="fr_FR.UTF-8"
LC_TIME="fr_FR.UTF-8"
LC_COLLATE="fr_FR.UTF-8"
LC_MONETARY="fr_FR.UTF-8"
LC_MESSAGES="fr_FR.UTF-8"
LC_PAPER="fr_FR.UTF-8"
LC_NAME="fr_FR.UTF-8"
LC_ADDRESS="fr_FR.UTF-8"
LC_TELEPHONE="fr_FR.UTF-8"
LC_MEASUREMENT="fr_FR.UTF-8"
LC_IDENTIFICATION="fr_FR.UTF-8"
LC_ALL=fr_FR.UTF-8
$ kbd_mode
The keyboard is in Unicode (UTF-8) mode
$ localectl status
System Locale: LANG=fr_FR.UTF-8
VC Keymap: fr-latin9
X11 Layout: n/aThanks in advance !
Offline
Hello alls,
A few weeks ago, after an update, my console keymaps stopped working correctly: the compose '^' + 'e' does print a 'ę' instead of the expected 'ê'.
What does your /etc/vconsole.conf contain?
Offline
You're right, I should have write that too:
KEYMAP=fr-latin9
FONT=myfontmyfont is a small modification of the default font which print correctly the 'ê' when it is correctly entered (from a file written from x for example). The font is definitely not the problem here.
Offline
I had a somewhat similar problem of not having access to the dead cedilla (ç) on my us-international layout, but this was using a console under X11 and in gtk applications. This
forum post helped me. Good luck!
Offline
I looked at your link, but there's no help for me there...
Offline