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
This commit is contained in:
parent
e8e15a72f4
commit
88b908a27e
1 changed files with 1 additions and 1 deletions
|
@ -65,4 +65,4 @@ ProvidersUrl=https://autoconfig.kde.org/ocs/providers.xml
|
||||||
Categories=Window Decoration Aurorae
|
Categories=Window Decoration Aurorae
|
||||||
TargetDir=aurorae/themes
|
TargetDir=aurorae/themes
|
||||||
Uncompress=archive
|
Uncompress=archive
|
||||||
AdoptionCommand=@KDE_INSTALL_LIBEXECDIR@/kwin-applywindowdecoration %f
|
AdoptionCommand=@KDE_INSTALL_FULL_LIBEXECDIR@/kwin-applywindowdecoration %f
|
||||||
|
|
Loading…
Reference in a new issue