graesslin added inline comments. INLINE COMMENTS
> kcm.cpp:337 > + cg = KConfigGroup(&cg, "org.kde.kdecoration2"); > + setWindowDecoration(cg.readEntry("library", > QStringLiteral("org.kde.breeze")), cg.readEntry("theme", QString())); > + } what remains is that this is not the default used in KWin. In KWin it's: static const QString s_aurorae = QStringLiteral("org.kde.kwin.aurorae"); static const QString s_pluginName = QStringLiteral("org.kde.kdecoration2"); #if HAVE_BREEZE_DECO static const QString s_defaultPlugin = QStringLiteral(BREEZE_KDECORATION_PLUGIN_ID); #else static const QString s_defaultPlugin = s_aurorae; #endif REPOSITORY R119 Plasma Desktop REVISION DETAIL https://phabricator.kde.org/D3832 EMAIL PREFERENCES https://phabricator.kde.org/settings/panel/emailpreferences/ To: mart, #plasma Cc: Lucas, graesslin, plasma-devel, lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas