yclass
yclass copied to clipboard
Rust's eframe library not working on KDE Plasma/Wayland
YClass won't launch on Plasma/Wayland.
Here is the output of the program when I run it on my machine:
interface 'wl_surface' has no event 2
It seems Rust's eframe is somewhere at fault, even though they say it supports Wayland. For a fix, I just forced it to run with Xwayland like so:
$ env -u WAYLAND_DISPLAY cargo run --release