Summary: | shutdown by key | ||
---|---|---|---|
Product: | [I don't know] kde | Reporter: | mehl |
Component: | general | Assignee: | Unassigned bugs mailing-list <unassigned-bugs> |
Status: | RESOLVED NOT A BUG | ||
Severity: | normal | CC: | wbauer1 |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
mehl
2020-05-28 08:46:23 UTC
*** Bug 422212 has been marked as a duplicate of this bug. *** That's already possible since years. You can assign a keyboard shortcut to the shutdown actions in systemsettings5->Shortcuts->Global Shortcuts. Check the "KDE Session Management" and "org_kde_powerdevil" components. It's also possible to do it from a script via D-BUS, run something like: qdbus org.kde.ksmserver /KSMServer logout 0 0 0 See https://superuser.com/questions/395820/how-to-properly-end-a-kde-session-from-shell-without-root-privileges (you may have to replace qdbus by qdbus-qt5) Please feel free to reopen this bug if I misunderstood you. |