Summary: | abstractrunner.h can't find KConfigGroup, KPluginInfo or QIcon | ||
---|---|---|---|
Product: | [Frameworks and Libraries] frameworks-krunner | Reporter: | Duncan <1i5t5.duncan> |
Component: | general | Assignee: | Alexander Lohnau <alexander.lohnau> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | a.samirh78 |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Gentoo Packages | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/frameworks/krunner/commit/fcc5502d2b71714c6ce823341b176d5e5da5f029 | Version Fixed In: | |
Sentry Crash Report: |
Description
Duncan
2022-01-04 01:09:54 UTC
Please fix fast! Without the plasma-workspace rebuild krunner runs and lets me enter stuff, but most runners, including the executable runner, are broken. So I can't run anything by typing it into krunner or kicker! Seems to be downstream. From gentoo/kde's git: commit 1cc0d3e34 Author: Andreas Sturmlechner <asturm@gentoo.org> AuthorDate: Mon Jan 3 15:39:54 2022 +0100 Commit: Andreas Sturmlechner <asturm@gentoo.org> CommitDate: Mon Jan 3 15:40:03 2022 +0100 kde-frameworks/krunner: Set EXCLUDE_DEPRECATED_BEFORE_AND_AT=5.73.0 Fixes build. See also upstream commit 1b1e11882d1733165450554f3e3cf1688a88d636 A manual revert of that to the previous 5.65.0 and plasma-workspace (haven't tried the others yet but they should too) builds fine again! =:^) Now to pull again and see if it's updated since I pulled, and file a bug there if not. Git commit fcc5502d2b71714c6ce823341b176d5e5da5f029 by Alexander Lohnau. Committed on 04/01/2022 at 09:31. Pushed by alex into branch 'master'. Fixups for building without including KService/KIO/Plasma-Frameworks - Add deprecation wrappers to guard the includes - Add explicit public linkage to parts of the API we implicitly depended upon - Bump version of plasma-frameworks linking checks to 5.91, because some changes in the headers were needed M +3 -3 CMakeLists.txt M +4 -4 autotests/CMakeLists.txt M +5 -1 autotests/dbusrunnertest.cpp M +8 -7 src/CMakeLists.txt M +5 -0 src/abstractrunner.cpp M +7 -2 src/abstractrunner.h M +1 -0 src/querymatch.cpp M +4 -1 src/runnercontext.cpp M +6 -2 src/runnermanager.cpp M +4 -1 src/runnermanager.h https://invent.kde.org/frameworks/krunner/commit/fcc5502d2b71714c6ce823341b176d5e5da5f029 |