Skip to content
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

[egui-winit] Move to wl-clipboard-rs #3215

Closed
daxpedda opened this issue Aug 8, 2023 · 4 comments
Closed

[egui-winit] Move to wl-clipboard-rs #3215

daxpedda opened this issue Aug 8, 2023 · 4 comments

Comments

@daxpedda
Copy link
Contributor

daxpedda commented Aug 8, 2023

egui-winit currently uses smithay-clipboard, which isn't being maintained anymore: see Smithay/smithay-clipboard#44.

wl-clipboard-rs is a still maintained alternative, e.g. used by arboard.

@daxpedda
Copy link
Contributor Author

daxpedda commented Aug 8, 2023

I just saw that egui-winit actually uses arboard, but because arboard doesn't support Wayland except in terminals, smithay-clipboard was used instead: #1613.

@kchibisov
Copy link

this is just non-sense, if you can see it has a working release with all the bugs fixed. It won't get updates to support images, but that's about it.

The wl-clibpoard-rs is not the crate that should be used for windowing apps, it's for clipboard managers and uses priv protocols, which egui is clearly not.

If you want more on clipboard, I'd suggest researching a winit based solution.

@daxpedda
Copy link
Contributor Author

daxpedda commented Dec 5, 2023

Good to know, thank you.

[..], if you can see it has a working release with all the bugs fixed.

At the time of writing it was not, your last statement was:

I'm not that interested in this crate given that I'll try to move ecosystem away from it and copypasta crate all together to direct handling in winit & client-toolkit.

Kinda implies that the crate won't be updated and it wasn't for a long time.

@daxpedda daxpedda closed this as not planned Won't fix, can't repro, duplicate, stale Dec 5, 2023
@kchibisov
Copy link

Kinda implies that the crate won't be updated and it wasn't for a long time.

it's just on a bug fix mode.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants