Bug 479941

Summary: Installation path for qt6 plugins is wrong on Arch Linux
Product: [I don't know] kde Reporter: Andrew Shark <ashark>
Component: generalAssignee: Unassigned bugs mailing-list <unassigned-bugs>
Status: RESOLVED WORKSFORME    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description Andrew Shark 2024-01-17 12:33:43 UTC
I am trying to build the plasma6 runner on Arch Linux, but cmake creates wrong installation path for plugins.

In particular, for jetbrains-runner it is searched in:
`/usr/lib/qt6/plugins/kf6/krunner`
but the installed plugin is actually resided in:
`/usr/lib/qt/plugins/kf6/krunner/`

Please see this issue on github: https://github.com/alex1701c/JetBrainsRunner/issues/42
Comment 1 Andrew Shark 2024-01-17 12:47:25 UTC
Oops. The hack was not needed in clean build.