-
Notifications
You must be signed in to change notification settings - Fork 8
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
Labwc Tweaks disables keyboard by adding XKB_DEFAULT_LAYOUT=
to .config/labwc/environment
#89
Labels
bug
Something isn't working
Comments
same issue. had to set a language in labwc to get back my keyboard functions. |
johanmalm
added a commit
that referenced
this issue
Aug 8, 2024
...in ~/.config/labwc/environment when no keyboard-layout has been selected because it result in the keyboard not working in labwc. Fixes #89
johanmalm
added a commit
that referenced
this issue
Aug 8, 2024
...in ~/.config/labwc/environment when no keyboard-layout has been selected because it result in the keyboard not working in labwc. Fixes #89
Thanks for reporting. Now fixed in |
johanmalm
added a commit
to johanmalm/labwc
that referenced
this issue
Aug 8, 2024
With XKB_DEFAULT_LAYOUT= (set to empty rather than unset) the keyboard just does not work. Ref: labwc/labwc-tweaks#89
Consolatis
pushed a commit
to labwc/labwc
that referenced
this issue
Aug 8, 2024
With XKB_DEFAULT_LAYOUT= (set to empty rather than unset) the keyboard just does not work. Ref: labwc/labwc-tweaks#89
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I had a problem where the keyboard stopped working in Labwc -- and only Labwc, and it took me a while to figure out that it was related to Labwc Tweaks. Basically, if the keyboard type isn't set in the Labwc Tweaks GUI, then it writes
XKB_DEFAULT_LAYOUT=
(without anything after the=
sign) to.config/labwc/environment
. This is what disables the keyboard.The text was updated successfully, but these errors were encountered: