-
Notifications
You must be signed in to change notification settings - Fork 2
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
Keys don't work under Wayland, key bindings aren't consistent and keep reverting under X11 #16
Comments
This issue might be related, I'm not sure: LiveSplit/livesplit-core#581 Are you running it as
If you're sometimes running it as |
I'm not using autosplitters and I hadn't used sudo, but after trying I can confirm that it was because my user was not in the input group, so I added myself to it as suggested and I can control it now even under wayland. Although the hotkeys not saving properly still remains. I've attached a video that shows this happening from a brand new config file as if it had been loaded for the first time. 2024-06-09.19-46-42.mp4 |
Thanks for that video. I was able to reproduce this on Windows, so it's not just a Linux problem. |
In
In livesplit-core's
When It sets the |
The latest release should fix the key bindings issue: |
Related livesplit-core issue: LiveSplit/livesplit-core#815 Related LiveSplitOne issue: LiveSplit/LiveSplitOne#987
Note that this livesplit-one-druid issue was resolved the 2nd way: avoid calling |
Build launches under Wayland natively which is preferred, but none of the hotkeys work.
When forcing it to run under X11 using the environment variable
GDK_BACKEND=x11
, keybindings work but will not save properly. I've also tried editing the yml config file within~/.local/share/livesplitone
but the changes don't work and they keep resetting to a mix of default and what I personally set.The text was updated successfully, but these errors were encountered: