STEPS TO REPRODUCE 1. Invoke KRunner (e.g. by using alt-F2) 2. Click on left button “Configure KRunner…” OBSERVED RESULT Opened window is very short. EXPECTED RESULT Opened window is tall, to show at least ten items. SOFTWARE/OS VERSIONS Operating System: Arch Linux KDE Plasma Version: 5.18.5 KDE Frameworks Version: 5.70.0 Qt Version: 5.14.2
This is because the configuration module is launched with kcmshell: > kcmshell5 kcm_plasmasearch If you launch it with systemsettings it works as you wish: > systemsettings5 kcm_plasmasearch There has also been a patch to open the config modules in systemsettings (for instance if you type "mouse" in KRunner), maybe this should use systemsettings instead of kcmshell too?
Yup. Here's a patch: https://invent.kde.org/plasma/plasma-workspace/-/merge_requests/48
Git commit 9f058255138b878d9ead77ec4bffbbaef6c0c1bc by Nate Graham. Committed on 10/06/2020 at 15:37. Pushed by ngraham into branch 'Plasma/5.19'. Make KRunner KCM open in System Settings FIXED-IN: 5.19.1 M +1 -1 CMakeLists.txt M +1 -0 krunner/CMakeLists.txt M +14 -1 krunner/view.cpp https://invent.kde.org/plasma/plasma-workspace/commit/9f058255138b878d9ead77ec4bffbbaef6c0c1bc