Supreeeme

Results 206 comments of Supreeeme

Ok, this crash should be fixed now.

This has now been merged into main as the default behavior. Thanks to everyone who helped test it. Please open separate issues for any new bugs you find.

So to clarify, any new functions that an API layer implements must have a corresponding extension? What's the reason for this restriction?

Satellite likely needs to facilitate the [XDND protocol](https://www.freedesktop.org/wiki/Specifications/XDND/) with the drag and drop portions of Wayland (wl_data_device_manager and friends). I plan to get to this, eventually...

For inspiration you can look at [selection.rs](https://github.com/Supreeeme/xwayland-satellite/blob/main/src/xstate/selection.rs). I believe drag n drop uses selections just like the clipboard.

@ViciousBadger I don't know how far you've gotten but I plan to look into this next

Just an update, upon looking into this I concluded it is not clear why this doesn't Just Work already. Drag and drop is purely an X11 client-side thing so it's...

I'm not sure when, but this appears to have started suddenly working? Lucky me. Closing.

I just tested version 5.2.7 and it works fine there as well. Are you on the latest satellite commit?

So this has been fixed on the latest commit. You can either wait for the next release (which should be in the next month or so) or use the latest...