[kcms/kwindecoration] Fix saving of window decoration plugin
Summary: In the KCFG autogenerated code we check for HAVE_BREEZE_DECO without including the relevant file. This always fails, and so we save the default plugin name/library as org.kde.kwin.aurorae This doesn't match kwin's concept of the default and so we just fail to load it. BUG: 416525 Test Plan: Reproduced Saved a config Reviewers: #kwin, ngraham Reviewed By: ngraham Subscribers: ngraham, kwin Tags: #kwin Differential Revision: https://phabricator.kde.org/D26814
This commit is contained in:
parent
fe0946c616
commit
e0df390dbc
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
|||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0
|
||||
http://www.kde.org/standards/kcfg/1.0/kcfg.xsd" >
|
||||
<include>config-kwin.h</include>
|
||||
<kcfgfile name="kwinrc" />
|
||||
<group name="org.kde.kdecoration2">
|
||||
<entry name="pluginName" key="library" type="String">
|
||||
|
|
Loading…
Reference in a new issue