-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rework Shutdown #87
Comments
Also, maybe instead of using a separate Shutdown application we should probably do this inside Menu. (But then, how would we bring up the dialog if it is triggered not by the Menu but e.g., by the power button? Maybe a separate application is not the worst idea after all.) |
Maybe we can use the off dialogue only when the button is pressed. |
We also need to ask the user for confirmation when one of the menu items were chosen. Otherwise it would log out without giving the user a chance to rethink this potentially dangerous action, as all changes to unsaved documents will be lost. |
Then we must implement the system that have "Guindows" and "MakOS" where they warn if the user has not saved a document or is executing a task that can be destroyed by the restart. |
I don't know how to implement this. |
Have one menu item saying 'leave' or something? |
Oh, that, might have to dig into the kde code |
Should be there. 👍🏼. |
Not sure I'd even want that:
|
afaik it sends a close button signal and checks which windows are still open |
This comment was marked as abuse.
This comment was marked as abuse.
This comment was marked as outdated.
This comment was marked as outdated.
If the bottom three options lead to the same window, then merge it and change it to "Leave" |
Works as designed, to make it easier for switchers from the Mac. |
Why put in the System Menu the options: Shut Down, Restart and Log Out if all the options will appear again?
It seems to me that it should be possible to do without confirmation, or to put a single option called "Session", because all three options do the same.
System Menu:
Response of three options:
The text was updated successfully, but these errors were encountered: