On Wed, 28 Oct 2020 11:15:48 +0100
Joachim Backes <joachim.bac...@rhrk.uni-kl.de> wrote:

> Hi guys,
> I upgraded almost sucessfully to F33.
> 
> Before this action, my Keyboard was German,no deadkeys option, in all 
> Fedora versions.
> But now, each time I logout and relogin, my keyboard is reset to an
> STD US keyboard.
> 
> I am running as desktop a CINNAMON desktop.
> 
> How can I get rid from this problem?

Here is the file that sets the keyboard for X in
/etc/X11/xorg.conf.d/00-keyboard.conf

# Written by systemd-localed(8), read by systemd-localed and Xorg. It's
# probably wise not to edit this file manually. Use localectl(1) to
# instruct systemd-localed to update it.
Section "InputClass"
        Identifier "system-keyboard"
        MatchIsKeyboard "on"
        Option "XkbLayout" "us"
EndSection

I think you want to set the last line to be the keyboard you want using
localectl, as it recommends.

Alternatively, you can set the X keyboard mapping by putting the file
.Xkbmap in your home directory, with the name of the keymapping you
want to use in X as the only entry.  It has to be the name that X
recognizes.

There is probably a way to set locale for the keyboard in the Cinammon
desktop, but I am not familiar with that.
_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org

Reply via email to