Bug 479941 - Installation path for qt6 plugins is wrong on Arch Linux
Summary: Installation path for qt6 plugins is wrong on Arch Linux
Status: RESOLVED WORKSFORME
Alias: None
Product: kde
Classification: I don't know
Component: general (show other bugs)
Version: unspecified
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Unassigned bugs mailing-list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-01-17 12:33 UTC by Andrew Shark
Modified: 2024-01-17 12:47 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.