Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 633920
Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- a/src/daemon/LogindDBusTypes.cpp
0
++ b/src/daemon/LogindDBusTypes.cpp
Lines 60-66 Link Here
60
60
61
    if (QDBusConnection::systemBus().interface()->isServiceRegistered(QStringLiteral("org.freedesktop.ConsoleKit"))) {
61
    if (QDBusConnection::systemBus().interface()->isServiceRegistered(QStringLiteral("org.freedesktop.ConsoleKit"))) {
62
        qDebug() << "Console kit interface found";
62
        qDebug() << "Console kit interface found";
63
        available = true;
63
        available = false;
64
        serviceName = QStringLiteral("org.freedesktop.ConsoleKit");
64
        serviceName = QStringLiteral("org.freedesktop.ConsoleKit");
65
        managerPath = QStringLiteral("/org/freedesktop/ConsoleKit/Manager");
65
        managerPath = QStringLiteral("/org/freedesktop/ConsoleKit/Manager");
66
        managerIfaceName = QStringLiteral("/org.freedesktop.ConsoleKit.Manager"); //note this doesn't match logind
66
        managerIfaceName = QStringLiteral("/org.freedesktop.ConsoleKit.Manager"); //note this doesn't match logind

Return to bug 633920