https://bugs.kde.org/show_bug.cgi?id=474981
Nate Graham <n...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|ASSIGNED |RESOLVED Version Fixed In| |6.4.0 Latest Commit| |https://invent.kde.org/plas | |ma/plasma-desktop/-/commit/ | |262338251fddb021e0658c9e39f | |6f310b8a4e3f9 --- Comment #16 from Nate Graham <n...@kde.org> --- Git commit 262338251fddb021e0658c9e39f6f310b8a4e3f9 by Nate Graham. Committed on 11/03/2025 at 14:54. Pushed by ngraham into branch 'master'. kcms/runners: Add power/session actions to favorite runners list Right now we have a problem that when people search for "shut down" and "reboot" and the like, the Desktop Sessions KCM appears first. This is currently expected because the System Settings runner is a default favorite runner, and the power/session runners are not. Logical, but not ideal. There are three ways we can fix this: 1. Add the runners for power and session actions to the default favorite runners list. 2. Remove a bunch of keywords from the desktop sessions KCM so it doesn't match those kinds of searches anymore. 3. Remove all default favorite runners and hope the internal weightings are good enough to solve the problem. This commit implements option 1, which is the least invasive change given the current implementations. FIXED-IN: 6.4.0 M +4 -1 kcms/runners/plasmasearch/kcm.h https://invent.kde.org/plasma/plasma-desktop/-/commit/262338251fddb021e0658c9e39f6f310b8a4e3f9 -- You are receiving this mail because: You are watching all bug changes.