this post was submitted on 20 Jul 2025
11 points (100.0% liked)
Linux Questions
2260 readers
14 users here now
Linux questions Rules (in addition of the Lemmy.zip rules)
- stay on topic
- be nice (no name calling)
- do not post long blocks of text such as logs
- do not delete your posts
- only post questions (no information posts)
Tips for giving and receiving help
- be as clear and specific
- say thank you if a solution works
- verify your solutions before posting them as facts.
Any rule violations will result in disciplinary actions
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Ok, wtype looks really promising but I'm having issues building it. I cloned it, installed meson, and when I try "meson build" I get this error:
And I can't figure out what I need to install to fix that. It looks like on debian based systems there's a "build-essentials" package, but when I "sudo dnf search build-essential" I get nothing. I'll keep searching but if you have any tips please let me know.
Ok, so following the MesonBuild website, I needed to install a compiler toolchain:
Then I was still missing some dependencies, so I also dnf installed "cmake," "rust-wayland-client+default-devel," and "rust-xkbcommon+wayland-devel"
And now it builds and I was able to install! However, it doesn't work. I get an error "Compositor does not support the virtual keyboard protocol," which, looking at the issues on github, seems to be a known issue with Fedora and other GNOME desktops.
So wtype is out. I'll try ydotool next!