Summary: | Add global action/shortcuts for Restart (with confirmation) | ||
---|---|---|---|
Product: | [Unmaintained] ksmserver | Reporter: | David <david.cortes.rivera> |
Component: | general | Assignee: | David Edmundson <kde> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | ben, me, nate, plasma-bugs |
Priority: | NOR | ||
Version: | 5.27.2 | ||
Target Milestone: | --- | ||
Platform: | Debian testing | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/plasma/plasma-workspace/commit/bd338de726562444fa8b60695cb2dec90499eb58 | Version Fixed In: | 6.0 |
Sentry Crash Report: |
Description
David
2023-03-07 16:56:47 UTC
*** This bug has been marked as a duplicate of bug 465584 *** (In reply to Nate Graham from comment #1) > > *** This bug has been marked as a duplicate of bug 465584 *** But this is not a duplicate: it's very reasonable to want different shortcuts for "restart", "shutdown", "sleep"; regardless of what's the default logout option. All right, fair enough. I do see that we have an action "Reboot without confirmation" so it probably does make sense to add a companion "Reboot [implicitly with confirmation]" action to go along with it. Git commit 35e11117a2543316527fe17501e6a192f3676ccc by Nate Graham. Committed on 14/03/2023 at 20:53. Pushed by ngraham into branch 'master'. ksmserver: replace "Halt" with "Shut Down" in user-facing text "Halt" is technically unclear to the user and sounds vaguely threatening. Let's instead use the more common, clear, and user-friendly term "Shut Down" that we use everywhere else. M +2 -2 ksmserver/server.cpp https://invent.kde.org/plasma/plasma-workspace/commit/35e11117a2543316527fe17501e6a192f3676ccc A possibly relevant merge request was started @ https://invent.kde.org/plasma/plasma-workspace/-/merge_requests/2747 Git commit bd338de726562444fa8b60695cb2dec90499eb58 by Nate Graham. Committed on 15/03/2023 at 01:07. Pushed by ngraham into branch 'master'. ksmserver: add "with confirmation" actions for Shut Down and Restart Currently we have one of these only for logging out, but not also for restarting or shutting down. Let's add them for consistency's sake. FIXED-IN: 6.0 M +23 -0 ksmserver/server.cpp M +2 -0 ksmserver/server.h https://invent.kde.org/plasma/plasma-workspace/commit/bd338de726562444fa8b60695cb2dec90499eb58 Oh, cool! I have almost missed this thread. Now I just need to finish my patch that binds "without confirmation" and regular shortcuts to Kickoff footer UI. |