[Differential] [Commented On] D3832: import kwin deco and button order in l&f

graesslin (Martin Gräßlin) noreply at phabricator.kde.org
Fri Dec 30 18:09:57 UTC 2016


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/plasma-devel/attachments/20161230/dec5febb/attachment.html>


More information about the Plasma-devel mailing list