head 1.1; access; symbols pkgsrc-2026Q1:1.1.0.2 pkgsrc-2026Q1-base:1.1; locks; strict; comment @// @; 1.1 date 2025.12.30.04.00.09; author gutteridge; state Exp; branches; next ; commitid b48VDjz0YiLMUnoG; desc @@ 1.1 log @x11/sddm: add new package, version 0.21.0 Packaged in wip by Stepan Ipatov. (Review and minor changes by me.) SDDM is a modern display manager for X11 and Wayland aiming to be fast, simple and beautiful. It uses modern technologies like QtQuick, which in turn gives the designer the ability to create smooth, animated user interfaces. SDDM is extremely themeable. We put no restrictions on the user interface design, it is completely up to the designer. We simply provide a few callbacks to the user interface which can be used for authentication, suspend, etc. @ text @$NetBSD$ As of version 0.21.0, support for ConsoleKit as a login manager in SDDM is broken. --- src/daemon/LogindDBusTypes.cpp.orig 2025-10-04 05:07:32.881690547 +0000 +++ src/daemon/LogindDBusTypes.cpp @@@@ -58,17 +58,17 @@@@ LogindPathInternal::LogindPathInternal() return; } - if (QDBusConnection::systemBus().interface()->isServiceRegistered(QStringLiteral("org.freedesktop.ConsoleKit"))) { - qDebug() << "Console kit interface found"; - available = true; - serviceName = QStringLiteral("org.freedesktop.ConsoleKit"); - managerPath = QStringLiteral("/org/freedesktop/ConsoleKit/Manager"); - managerIfaceName = QStringLiteral("org.freedesktop.ConsoleKit.Manager"); //note this doesn't match logind - seatIfaceName = QStringLiteral("org.freedesktop.ConsoleKit.Seat"); - sessionIfaceName = QStringLiteral("org.freedesktop.ConsoleKit.Session"); - userIfaceName = QStringLiteral("org.freedesktop.ConsoleKit.User"); - return; - } + //if (QDBusConnection::systemBus().interface()->isServiceRegistered(QStringLiteral("org.freedesktop.ConsoleKit"))) { + // qDebug() << "Console kit interface found"; + // available = true; + // serviceName = QStringLiteral("org.freedesktop.ConsoleKit"); + // managerPath = QStringLiteral("/org/freedesktop/ConsoleKit/Manager"); + // managerIfaceName = QStringLiteral("org.freedesktop.ConsoleKit.Manager"); //note this doesn't match logind + // seatIfaceName = QStringLiteral("org.freedesktop.ConsoleKit.Seat"); + // sessionIfaceName = QStringLiteral("org.freedesktop.ConsoleKit.Session"); + // userIfaceName = QStringLiteral("org.freedesktop.ConsoleKit.User"); + // return; + //} qDebug() << "No session manager found"; } @