Skip to content
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

Closed
jjramsey opened this issue Jul 21, 2024 · 2 comments · Fixed by #91
Closed
Labels
bug Something isn't working

Comments

@jjramsey
Copy link

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.

@anwarsfaizul
Copy link

same issue. had to set a language in labwc to get back my keyboard functions.

@Consolatis Consolatis added the bug Something isn't working label Jul 27, 2024
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
@johanmalm
Copy link
Collaborator

Thanks for reporting. Now fixed in master.

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
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants