--- a/startkde/startplasma.cpp +++ b/startkde/startplasma.cpp @@ -610,7 +610,7 @@ bool hasSystemdService(const QString &se bool useSystemdBoot() { auto config = KSharedConfig::openConfig(QStringLiteral("startkderc"), KConfig::NoGlobals); - const QString configValue = config->group(QStringLiteral("General")).readEntry("systemdBoot", QStringLiteral("true")).toLower(); + const QString configValue = config->group(QStringLiteral("General")).readEntry("systemdBoot", QStringLiteral("true")).toLower(); if (configValue == QLatin1String("false")) { return false;