-
Notifications
You must be signed in to change notification settings - Fork 25
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
No Joy #132
Comments
I'm running Linux Mint 20 (both use packages from Ubuntu Focal) and had the same issue. Keymapper's package name conflicts with this one on the main repository: https://packages.ubuntu.com/focal/keymapper. The packaga manager mixes them up. I don't remember how I fixed the issue out of the bat, but I'll try to dig it up.
Keymapper's daemon ( Since version 4.1 it has a tray icon, so you can easily tell if it's running or not. |
Did you install
However, if I remember correctly APT refused to install it due to a mismatch or a missing library. I have been building from source and creating a compatible In case you run into this issue and dare to install a binary package from a "random guy", I can share a link to it. Or alternatively, if you want to build it yourself I can give some hints on how to do that. |
I got it from here: https://github.com/houmain/keymapper/releases/tag/4.1.1 Trying you're suggestion for terminal install I was greeted with : It's funny, my brother-in-law maintained that he' start using Linux when making the smallest changes wasn't a research project! I can't say I've ever poured so much in to trying to do so little with Linux in the many years I've been running it thus far! ;-P |
I found out how you can do it from the command line as well. First, check if you've already got some packages backlisted:
If nothing was listed, you can blacklist the conflicting package with:
In the case there's existing packages like I had, add 'keymapper' to the list. Example:
|
If you ask me, it's worth hurdle in this case. 😉 Here's a build I did yesterday if you wish to try: keymapper-4.1.1-Linux.deb.zip I had to zip it as GitHub won't allow Edit: It's built without Wayland support, so if you're running Wayland it won't work. I was not able to build it otherwise. |
malachi@malachi-HP-Compaq-Elite-8300-USDT:~$ keymapper |
It looks it up by default from |
When a valid config file exists and |
keymapperd seems to be missing. |
How did you install it? Try running |
Ah, yes that -reload was just the kick in the pants it needed. (keymapper:51044): Gdk-CRITICAL **: 15:47:50.058: gdk_window_thaw_toplevel_updates: assertion 'window->update_and_descendants_freeze_count > 0' failed Don't know why the strike out in the text above. there must be a formatting character in the text. |
I get it also, I reported it as a bug #113, but apparently it does not come from keymapper and is likely a harmless warning. |
|
So thank you for your patience and so much help with it. I mean to use this with my ham radio when I do code and for CAD drafting though not on this machine. It's slow but nice to use both hands! |
No problem! @houmain has implemented so many of my feature requests that I try my best to help this way. My C++ skills are on the "I can write some Arduino programs" level. It'd take years (or forever) for me to understand the source code on this repository. I recommend starting with a very simple config at first to get the hang of it. Every time something doesn't work as expected, read the functional principle again. I managed to understand it incorrectly "more than once". If you run into a roadblock with the config, I recommend posting the question on the Q/A section behind the "Discussions" tab rather than posting a bug report. This is not a bug, so I think you can close this. 🙂 |
Thanks, again and yes. I'll tinker. I've got a copy of a working ARTSEY layout and that's fun. It can't do numbers.... yet.... but I'll see what I can do! |
I suggest also checking out Espanso. It's a similar app but works very differently. I use it to complement Keymapper. What it does is automatically replace strings. For instance if I type |
I need to keep ARTSEY in mind if I end up getting RSI again! |
Thank you very much for your continuing support! |
I did not know there was a packet with the same name in the Debian repository. I should have been more creative.
I thought about building it with gcc 8 or 9, which should support the required C++ standard. Then it hopefully does no longer complain about missing GLIBC version. |
I've been building it succesfully with these all this time:
|
I'm following the instructions for install on my Mint 20.3 system and even get a pop up telling me there is an older version available in the software center yet after installation nothing runs. I don't see any additions to my applications in the GUI and I'm not sure where in the system it's being installed to look in the terminal.
Are there compatibility issues with Una? What's doing? I'd really like to use the software to make a cording keyboard here and feel like I'm hitting a wall.
The text was updated successfully, but these errors were encountered: