From kde-panel-devel Fri Dec 30 18:09:57 2016 From: =?utf-8?q?graesslin_=28Martin_Gr=C3=A4=C3=9Flin=29?= X-MARC-Message: https://marc.info/?l=kde-panel-devel&m=148312141026783 MIME-Version: 1 Content-Type: multipart/mixed; boundary="--a7d05ca9f114425880e1a530fb46415c" --a7d05ca9f114425880e1a530fb46415c Content-Type: text/plain; charset="ascii" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit 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 --a7d05ca9f114425880e1a530fb46415c Content-Type: text/html; charset="ascii" Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable View Revision=
graesslin added inline comments.

INLINE COMMENTS
cg =3D KConfigGroup(&cg, "org.kde.kdeco= ration2");
= setWindowDecoration(cg.readEntry(&= quot;library", QStri= ngLiteral(&q= uot;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 =3D QStringLiteral("org.kde.k=
win.aurorae");
static const QString s_pluginName =3D QStringLiteral("org.kde.kdecorat=
ion2");
#if HAVE_BREEZE_DECO
static const QString s_defaultPlugin =3D QStringLiteral(BREEZE_KDECORATION_=
PLUGIN_ID);
#else
static const QString s_defaultPlugin =3D s_aurorae;
#endif

REPOSITO= RY
R119 Plasma Desktop

REVISION DETAIL
https://phabricator.kde.org/D3832

EMAIL PREFERENCES
https://phabr= icator.kde.org/settings/panel/emailpreferences/

<= strong>To: mart, Plasma
Cc: Lucas, graesslin= , plasma-devel, lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas
--a7d05ca9f114425880e1a530fb46415c--