Hi,
here’s an issue that i’m encountering in Endless OS (6.0.3) with french localization.
When i reach the login screen, i can’t switch keyboard layout to AZERTY, English (US) layout is the only one listed
Here’s a picture attached
Thank you
Hi,
here’s an issue that i’m encountering in Endless OS (6.0.3) with french localization.
When i reach the login screen, i can’t switch keyboard layout to AZERTY, English (US) layout is the only one listed
Here’s a picture attached
Thank you
Thanks for this report. Assuming that this is a reasonably recent installation of Endless OS where you selected AZERTY during the initial setup process, this is a known issue. Try editing the file /etc/default/keyboard
to contain the following:
XKBLAYOUT=fr
XKBVARIANT=
You can do this with a command like this:
( echo XKBLAYOUT=fr ; echo XKBVARIANT= ) | sudo tee /etc/default/keyboard
entering your password when prompted.
Then restart the computer.
Problem solved, thank you.