Hi, Search field in Application Menu is quite useful. Problem is that all options from 'Power / Session' submenu aren't included in search index. I'm unable to hit Alt+F1 and type "shu" to get fast access to shutdown option. Regards, Mike
There's a PowerDevil krunner plugin which I think has those actions. Might be worth a try to whitelist it for the application launcher menus.
Can confirm in: Distribution: KDE neon Developer Edition Unstable Branches KDE Plasma Version: 5.10.90 KDE Frameworks Version: 5.37.0 Qt Version: 5.9.1 Kernel Version: 4.10.0-32-generic KRunner is displaying session actions only after entering corresponing action name fully - shutdown - not shut or shutdo.
That's just because the binary name is matching; these aren't actually the power/session actions.
*** Bug 468695 has been marked as a duplicate of this bug. ***
*** Bug 465753 has been marked as a duplicate of this bug. ***
A possibly relevant merge request was started @ https://invent.kde.org/plasma/plasma-desktop/-/merge_requests/2090
Git commit 9244d38295e2d02437aeba819d830770294e1378 by Nate Graham. Committed on 08/03/2024 at 16:06. Pushed by ngraham into branch 'master'. applets/kicker: add power, session, calc and unit converter runners There is a limitation on the number of runners we can add here since every runner adds a column, making the popup wider and wider. However these runners return results that are infrequently matched by accident, limiting the frequency with which they will appear and clutter up the UI. As such, I think adding them does not result in a worse UI and we can safely do it even before we fix it to not grow wider with every new runner's search results. Related: bug 480692 FIXED-IN: 6.1 M +6 -5 applets/kicker/package/contents/ui/main.qml https://invent.kde.org/plasma/plasma-desktop/-/commit/9244d38295e2d02437aeba819d830770294e1378