-
Notifications
You must be signed in to change notification settings - Fork 179
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
Changing [input] xkb_layout doesn't work and crash with added xkb_variant #456
Comments
Hi, Anyway, your variant is incorrect which is why Wayfire crashes. We could probably handle this error though instead of crashing, but that won't fix your problem. The correct variant is just Have you tried to actually set |
Ah, shoot. Good to know.
Maybe I'm missing something from your comment, but I just set
it will fail with:
Now I'm unsure and need to recheck. IIRC I still had the english layout when typing, if I started wayfire from a VT. But I also had a missing [input] in some of these tests... Now testing it from within X11 just setting the |
FWIW I just tried it, and the problem is reproducible. However, you don't need to set variant to |
Yes, indeed. Just setting the layout is working fine :) So, when it didn't work, it was related to the missing |
Let's keep it open. Wayfire shouldn't crash even on bad config options. |
Hello and thanks for this project :)
But I have one problem. I cannot change the xkb_layout whatsoever.
Verified with localectl, that I have the settings I want to set:
After adding
xkb_layout = de
to the config I get this:Layout still being
us
.And if I add xkb_variant to the config wayfire runs into a segfault:
No difference if I try this on a VT or within X11.
But as the packages aren't build with debug, it is currently missing the rest of the trace. But maybe this already helps.
The text was updated successfully, but these errors were encountered: