[kde] [Bug 347206] Autostart does not completely run all items defined in System-settings

Thomas Lübking thomas.luebking at gmail.com
Sat Jun 27 09:49:15 BST 2015


https://bugs.kde.org/show_bug.cgi?id=347206

--- Comment #23 from Thomas Lübking <thomas.luebking at gmail.com> ---
(In reply to Herman Viaene from comment #22)

> I exited the first failing KDE session by Ctrl-Alt-Backspace (there is no
> other way)

If this happens the next time, please instead try

    qdbus org.kde.ksmserver /KSMServer logout 0 0 2

Might provide interesting input (dbus error; maybe just plasma-desktop is
buggy, or whatever)



Additionally:
Using network-manager?
Is the content of /etc/hostname "localhost"?


Magic numbers to dbus method:
---------------------------
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

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the Unassigned-bugs mailing list