You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
UWSM says to have safe shutdown capabilities. Does this also include not shutting down / stopping the shutdown process if an application does not stop within X seconds?
Use case for that would be programs that do not want to close because they want user to confirm the closing (for example via "Do you want to exit without saving?" dialog).
If not, how would one achieve this properly? At the moment, I have a hacky script to do this, but I'm looking into doing this the proper way.
The text was updated successfully, but these errors were encountered:
matejdro
changed the title
Question: safe shutdown of applicatoins with close confirmation dialog
Question: safe shutdown of applications with close confirmation dialog
Dec 28, 2024
Not safe but clean. That is, ordered termination via unit deactivation.
There is systemd-inhibit for preventing actions such as shutdown, but there is nothing on UWSM's side (yet) to handle messaging/querying. Maybe I'll add at least some form of notification.
Hello,
This is not really an issue, just a question:
UWSM says to have safe shutdown capabilities. Does this also include not shutting down / stopping the shutdown process if an application does not stop within X seconds?
Use case for that would be programs that do not want to close because they want user to confirm the closing (for example via "Do you want to exit without saving?" dialog).
If not, how would one achieve this properly? At the moment, I have a hacky script to do this, but I'm looking into doing this the proper way.
The text was updated successfully, but these errors were encountered: