sddm sets the keyboard layout to an English layout #24

Closed
opened 2026-07-12 13:06:38 +02:00 by MinoFloof · 1 comment
Collaborator

When entering the password during login, the keyboard layout is on an English keyboard, forcing me to use different keys to enter the same password.

Seems to be a known issue: https://github.com/sddm/sddm/issues/1528

When entering the password during login, the keyboard layout is on an English keyboard, forcing me to use different keys to enter the same password. Seems to be a known issue: https://github.com/sddm/sddm/issues/1528
Author
Collaborator

This is temporarily fixed by adding this to services.displayManager.sddm on the home configuration:

settings.General.GreeterEnvironment = "XKB_DEFAULT_LAYOUT=at,XKB_DEFAULT_VARIANT=";

For some reason, the xkb configuration for the keymap isn't taken over for sddm on wayland.
Might actually be a kwin bug. Either way, this works. Closing issue.

This is temporarily fixed by adding this to services.displayManager.sddm on the home configuration: `settings.General.GreeterEnvironment = "XKB_DEFAULT_LAYOUT=at,XKB_DEFAULT_VARIANT=";` For some reason, the xkb configuration for the keymap isn't taken over for sddm on wayland. Might actually be a kwin bug. Either way, this works. Closing issue.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
Lithium/nixosConfig#24
No description provided.