emersion / xdg-desktop-portal-wlr

xdg-desktop-portal backend for wlroots
MIT License
592 stars 56 forks source link

Cleanup portal on successful exit #153

Open columbarius opened 3 years ago

columbarius commented 3 years ago

After #144 we can encounter the case that either one of our connections (wayland, dbus or pipewire) disconnects and we want to exit until a reactivation happens. In that case we should cleanup all open connections, screencasts, pipewire streams, etc..

This can/should probably wait until #141 is done.