yclass icon indicating copy to clipboard operation
yclass copied to clipboard

Rust's eframe library not working on KDE Plasma/Wayland

Open Doctor-Coomer opened this issue 11 months ago • 0 comments

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 

Doctor-Coomer avatar Mar 15 '25 14:03 Doctor-Coomer