From 88b908a27ea7de2dbad5a7bebaeb777ba12e4393 Mon Sep 17 00:00:00 2001 From: Alexander Lohnau Date: Wed, 12 Jan 2022 07:56:35 +0100 Subject: [PATCH] KWin decorations KCM: Fix broken AdoptionCommand for KNewStuff We need CMAKE_INSTALL_FULL_LIBEXECDIR, otherwise `lib/x86_64-linux-gnu/libexec/kwin-applywindowdecoration` will be the resulting path, which does not contains the cmake install prefix. Consequently KNS would fail to find it at runtime. BUG: 447284 FIXED-IN: 5.24.0 --- src/kcmkwin/kwindecoration/window-decorations.knsrc.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/kcmkwin/kwindecoration/window-decorations.knsrc.cmake b/src/kcmkwin/kwindecoration/window-decorations.knsrc.cmake index 9dc6db3f86..bed34e2d21 100644 --- a/src/kcmkwin/kwindecoration/window-decorations.knsrc.cmake +++ b/src/kcmkwin/kwindecoration/window-decorations.knsrc.cmake @@ -65,4 +65,4 @@ ProvidersUrl=https://autoconfig.kde.org/ocs/providers.xml Categories=Window Decoration Aurorae TargetDir=aurorae/themes Uncompress=archive -AdoptionCommand=@KDE_INSTALL_LIBEXECDIR@/kwin-applywindowdecoration %f +AdoptionCommand=@KDE_INSTALL_FULL_LIBEXECDIR@/kwin-applywindowdecoration %f