diff --git a/desktop/kde/plasma/kdeplasma-addons/pspec.xml b/desktop/kde/plasma/kdeplasma-addons/pspec.xml
index 5c69427854..4a96da898f 100644
--- a/desktop/kde/plasma/kdeplasma-addons/pspec.xml
+++ b/desktop/kde/plasma/kdeplasma-addons/pspec.xml
@@ -71,13 +71,13 @@
xcb-util-keysyms
- /usr/share
/etc/xdg
- /usr/share/locale
- /usr/bin
+ /usr/share
+ /usr/share/locale
+ /usr/bin
/usr/lib/cmake
- /usr/lib/qt5
- /usr/lib
+ /usr/lib/qt5
+ /usr/lib
/usr/share/doc
diff --git a/desktop/kde/plasma/kwayland/pspec.xml b/desktop/kde/plasma/kwayland/pspec.xml
index b39675483a..40da151308 100644
--- a/desktop/kde/plasma/kwayland/pspec.xml
+++ b/desktop/kde/plasma/kwayland/pspec.xml
@@ -32,6 +32,7 @@
wayland-server
+ /etc/xdg
/usr/lib
/usr/share/config
/usr/share/doc
diff --git a/desktop/kde/plasma/plasma-desktop/actions.py b/desktop/kde/plasma/plasma-desktop/actions.py
index f9799da33b..05ee11b37a 100644
--- a/desktop/kde/plasma/plasma-desktop/actions.py
+++ b/desktop/kde/plasma/plasma-desktop/actions.py
@@ -8,7 +8,7 @@ from pisi.actionsapi import kde5
from pisi.actionsapi import pisitools
def setup():
- kde5.configure("-DCONFIG_INSTALL_DIR=/etc/xdg")
+ kde5.configure()
def build():
kde5.make()