-
Notifications
You must be signed in to change notification settings - Fork 216
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
keyboard is unresponsive while kinto is active #837
Comments
I'm not the Kinto dev, but I also have used it for a few years, and contributed some things to the config. First, don't upgrade python3 ~/.config/kinto/kinto.py This is not correct, you can't just run the Kinto config file directly. The config is a Python file, but it gets incorporated into the keymapper as it starts. You need to run the keymapper command directly with sudo xkeysnail --watch ~/.config/kinto/kinto.py The command used in the ExecStart={sudo}/bin/bash -c '/usr/bin/xhost +SI:localuser:root && {homedir}/.config/kinto/killdups.sh && {xkeysnail} --quiet --watch {homedir}/.config/kinto/kinto.py' The Kinto installer also has to replace all the things in "{}" with hard-coded references to make this work. You can't just copy and paste this. It would probably be helpful to know what Linux distro and desktop environment you are on, to have a better chance of figuring out what the problem is. If we can't fix this quickly, I have an alternative project that is based on Kinto but works quite a bit differently behind the scenes. But it would be good to identify the problem that Kinto is having, if we can. |
@RedBearAK Thanks for your reply. Background: I guess the problem is related to Linux distro or desktop environment, but I can't find any log or error message.
I tried 2 commands:
But after I start kinto by gui, the keyboard is unresponsive. journalctl output:
|
Did you switch from logging into the X11 session to the Wayland session recently? Kinto is not yet compatible with Wayland. Though I’m not sure why the keyboard would be completely unresponsive. If you need to use Wayland you’ll have to stop Kinto, disable its autostart option, and try my project Toshy. It has Wayland support as long as you are using GNOME or KDE Plasma or sway. I’ve tested it on stock Debian. There are a few notes in the README. https://github.com/RedBearAK/toshy Or, if you can stay in the X11 session, Kinto should work again. Unless there is an additional problem that is being covered up by being logged into a Wayland session. |
I have never logged into X11 session. I tried to switch to X11 session, and reinstall Kinto, but Kinto still not work. journalctl output:
loginctl output:
|
Try to run the manual command from earlier after disabling the service. See what it says. |
Same as before.😭 I will change xkeysnail to keyszer. Hope it can solve the probelm.🙏 |
I take your suggestion, switch to keyszer. Now every thing goes well.🚀 Thanks for your help! |
FYI, you won't have any Wayland support unless you switch entirely to Toshy. Just switching from I took the new suggested Kinto config from that old comment and changed it even more and made Toshy, and Toshy installs a special development branch of Eventually it will be more difficult to stay in the X11 session, even on Debian. |
I have used kinto for a long time. It is suddenly doesn't work tody. I tried to reinstall kinto, but the keyboard was unresponsive. And I tried to upgrade xkeysnail to 0.4.0, but still not work.
I also tried to start kinto by
python3 ~/.config/kinto/kinto.py
, the error message is here:I googled it, but didn't find the solution.
Thanks for any helping.
The text was updated successfully, but these errors were encountered: