Always show full logout screen for "Show Logout Screen" desktop menu item
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 yourksmserverrcfile 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