betamos / clipboard-files

Experimenting with cross-platform clipboard support for files in Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is wayland/ubuntu22 supported?

HuakunShen opened this issue · comments

I tried this crate on ubuntu 22 and it didn't work. Displayed Err(NoFiles)

To be sure, did you first copy files in a file explorer and then run cargo run --example=simple?

I can verify it works on Ubuntu 22.04 with X11. I don't know about Wayland. If you want to dig in, perhaps it's worth checking what the relevant gtk version supports, and whether migrating to the new crate would help.