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

Nate Graham <n...@kde.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |n...@kde.org
     Ever confirmed|0                           |1
             Status|REPORTED                    |CONFIRMED

--- Comment #1 from Nate Graham <n...@kde.org> ---
Looks like this is because the DiscoverObject::rebootNow() function does the
following:

    auto method =
QDBusMessage::createMethodCall(QStringLiteral("org.freedesktop.login1"),
                                                
QStringLiteral("/org/freedesktop/login1"),
                                                
QStringLiteral("org.freedesktop.login1.Manager"),
                                                 QStringLiteral("Reboot"));

Notably it bypasses ksmserver and just uses the freedesktop thing, which is why
logout scripts would be skipped. Should be a relatively easy fix. Would you be
interested in submitting a merge request to change it to the other dbus call
that you mentioned?

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to