Dr. Nikolaus Klepp wrote:
well, the idea was to put the documentation from
https://andrejserafim.wordpress.com/2008/05/16/kde-shutdown-logout-restart/
the solution you posted does not work without 0 2 2
dcop ksmserver ksmserver logout 0 2 2
First parameter: confirm
Obey the user’s confirmation setting: -1
Don’t confirm, shutdown without asking: 0
Always confirm, ask even if the user turned it off: 1
Second parameter: type
Select previous action or the default if it’s the first time: -1
Only log out: 0
Log out and reboot the machine: 1
Log out and halt the machine: 2
Third parameter: mode
Select previous mode or the default if it’s the first time: -1
Schedule a shutdown (halt or reboot) for the time all active sessions have
exited: 0
Shut down, if no sessions are active. Otherwise do nothing: 1
Force shutdown. Kill any possibly active sessions: 2
Pop up a dialog asking the user what to do if sessions are still active: 3
and source
regards