Skip to content

Expose a method to allow closing windows on shutdown.

David Redondo requested to merge work/davidre/closewindows into master

This allows Plasma to gracefully close windows on shutdown by sending xdg_toplevel.close. If after 10 seconds windows are still open because they prompt for unsaved changes or similar cases, a notification is shown to either prompt or logout regardless.

Merge request reports