You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expected behavior
Followed Install steps from README Install Type: from git source Distro: OpenSuse Leap 15.6 X64 DE: Gnome Branch: master Commit: git rev-parse --short HEAD
51c3690
Logs and status if relevant
kinto-master/xkeysnail> sudo systemctl status xkeysnail
sudo journalctl --unit=xkeysnail.service -b
# xkb
systemctl --user status keyswap
Unit xkeysnail.service could not be found.
Additional context
Did a shortcut for french distro
ln -s Téléchargements Downloads
Otherwise bash script installation fails to download the script file to my machine.
The text was updated successfully, but these errors were encountered:
I am not the Kinto dev, but contributed some things to the default config (like the "Finder Mods" for file managers) and used Kinto for a couple of years.
One of the problems with Leap is that the native Python is still 3.6 (not even 3.9 like RHEL 8/9 or similar distros), which means it's quite old at this point. And there are probably other issues you'd run into with the installer script even if you got past that by installing a newer Python version. The Kinto installer script really only works cleanly on a few of the most popular distros, like Debian/Ubuntu variants and Fedora. It would take a lot of work to expand the compatibility of the script.
If you're looking for something else to try that accomplishes the same thing, I based a project called Toshy off my modified version of the default config file of Kinto. It has a completely different installer philosophy, and uses a keymapper fork that now supports all the Wayland environments that I am aware of. Toshy is a completely separate project with its own GitHub repo, so if you try it out please don't leave comments or issues for Toshy here in Kinto's issues. Submit them in Toshy's issues.
The short URL just redirects to the Toshy GitHub repo.
I just did a test install of Toshy in an updated Leap 15.6 virtual machine, and it still works there. I have to check periodically that I haven't added something in the Toshy setup script that is incompatible with Python 3.6 (the keymapper actually needs 3.8 or later, so on Leap 15.6 it installs some python311-* packages).
In addition to Leap and Tumbleweed, the Toshy installer supports 12 common distro types and will auto-install on about 40 specific distro IDs, with an override argument available for unknown distro IDs that are still the same distro type.
Describe the bug
Expected behavior
Followed Install steps from README
Install Type: from git source
Distro: OpenSuse Leap 15.6 X64
DE: Gnome
Branch: master
Commit: git rev-parse --short HEAD
51c3690
Logs and status if relevant
Additional context
Did a shortcut for french distro
Otherwise bash script installation fails to download the script file to my machine.
The text was updated successfully, but these errors were encountered: