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
master
Alexander Lohnau 3 years ago
parent e8e15a72f4
commit 88b908a27e

@ -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

Loading…
Cancel
Save