Bug 421427 - “Configure KRunner…” window is very short
Summary: “Configure KRunner…” window is very short
Status: RESOLVED FIXED
Alias: None
Product: krunner
Classification: Plasma
Component: general (show other bugs)
Version: 5.18.5
Platform: Other Linux
: NOR minor
Target Milestone: ---
Assignee: Nate Graham
URL:
Keywords: junior-jobs, usability
Depends on:
Blocks:
 
Reported: 2020-05-12 18:29 UTC by ariasuni
Modified: 2020-06-10 15:37 UTC (History)
2 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description ariasuni 2020-05-12 18:29:22 UTC
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
Comment 1 Alexander Lohnau 2020-06-09 17:33:07 UTC
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?
Comment 2 Nate Graham 2020-06-09 17:59:41 UTC
Yup.

Here's a patch: https://invent.kde.org/plasma/plasma-workspace/-/merge_requests/48
Comment 3 Nate Graham 2020-06-10 15:37:36 UTC
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