Always show full logout screen for "Show Logout Screen" desktop menu item
requested to merge ngraham/plasma-workspace:always-show-full-logout-screen-with-show-logout-screen-desktop-context-menu-action into master
Reason for the change
Showing the full logout screen is the intention, and it's what the user-facing text suggests will happen.
However right now it is not always the case, because the code queries the
value of shutdownType
in the ksmserverrc config file. This is a legacy
config key that there's no UI to set anymore, so we shouldn't be honoring
it anywhere.
Test plan
- Add
shutdownType=2
(or any number between 0 and 3) to yourksmserverrc
file in the General group - Add the "Show Logout Screen" menu item to your desktop context menu
- Right-click on desktop > Show Logout Screen
Before: see a subset of session-ending actions
After: see all session-ending actions
Bugs fixed
BUG: 495390 FIXED-IN: 6.2.3