Smithay / smithay-clipboard

Provides access to the wayland clipboard for client applications
MIT License
29 stars 12 forks source link

Fix panic when wayland display connection breaks #54

Closed tronical closed 8 months ago

tronical commented 8 months ago

Instead, terminate the thread and consider the clipboard dead. The application can now gracefully deal with the situation.

Closes #52

kchibisov commented 8 months ago

Could you fixup CI while at it, I don't want to push to your master branch myself.

tronical commented 8 months ago

Sure :)