Keyboard layout corresponding to set Region

On the screen that you sent me it’s clear that you wrote “install console data”. It’s wrong, read Graham’s post again.

1 Like

H
Oh god
Newbie life
Sorry

I correct and try again…
Sorry

So… I confirm that works if we don’t forget “-”…
Sorry for disturbance…

Thank you a lot ooZee and Tom

Best regards

1 Like

Entering the loadkey command using the command-line works fine, but adding it to the /etc/rc.local does not work.

Here what I put in there:

#!/bin/sh -e
#
# rc.local
#
# This script is executed at the end of each multiuser runlevel.
# Make sure that the script will "exit 0" on success or any other
# value on error.
#
# In order to enable or disable this script just change the execution
# bits.
#
# By default this script does nothing.

loadkeys de-latin1

exit 0
osmc@Vero4k:~$

Can you provide the output from running systemctl status rc-local ?

Checked rc.local has exec permissions?

1 Like

That was it!

Did a “chmod +x” and if worked :smirk:. I guess then it was not correctly setup from the start, or overwriting with the editor reset the execute rights …

Thanks a lot for the hint!