-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
csd-keyboard in xwayland mode is missing layouts tab #16
Comments
Keyboard layouts aren't supported yet in wayland. |
Today I received an update to 21.3 from mintupdate. |
It still hasn't been implemented yet and it will not work until it has been implemented. As of today, there is no timeline for when this will happen. |
Duplicate of #14 |
When running linuxmint 21.3 beta in xwayland mode, the display is missing the "layouts" tab. See attached screenshot.

Bug happens “always”. Invoke it by using Menu -> System Settings Control Centre -> Keyboard.
In X11 mode, everything is fine.
I include the system repost from the machine: see
linuxmint-21.3-systemreport.txt
linuxmint-21.3-systemreport.txt
My keyboard is setxkbmap -print (X11)
xkb_keymap {
xkb_keycodes { include "evdev+aliases(qwerty)" };
xkb_types { include "complete" };
xkb_compat { include "complete" };
xkb_symbols { include "pc+gb(extd)+inet(evdev)+group(win_space_toggle)+terminate(ctrl_alt_bksp)" };
xkb_geometry { include "pc(pc105)" };
But in Xwayland mode it is set to
xkb_keymap {
xkb_keycodes { include "evdev+aliases(qwerty)" };
xkb_types { include "complete" };
xkb_compat { include "complete" };
xkb_symbols { include "pc+us+inet(evdev)" };
xkb_geometry { include "pc(pc105)" };
};
NOTE: keyboard is set to "us".
The text was updated successfully, but these errors were encountered: