Summary: | KRunner does not update search list on 'Enter' fast enough, causes wrong application to launch | ||
---|---|---|---|
Product: | [Plasma] krunner | Reporter: | Knut Andre Tidemann <knut.tidemann> |
Component: | general | Assignee: | Alexander Lohnau <alexander.lohnau> |
Status: | CONFIRMED --- | ||
Severity: | normal | CC: | el, karl, kdebugs, martyk, plasma-bugs, sthenujan2002 |
Priority: | NOR | ||
Version: | 5.24.5 | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Knut Andre Tidemann
2022-06-14 10:38:05 UTC
SUMMARY Similar issue here, there have been multiple instances where I'm intending to open for instance `System Settings` so I type a query into the search box of the Application Launcher such as "settings" and since the first search result provided is actually Firefox (which appears to match against "Web Brow[se]r" in its description) if I hit enter without sufficient (and disruptive) delay `Firefox` will launch instead of `System Settings` which is always the final search result if I deliberately wait. An identical issue is observed with JetBrains' GoLand and IDEA products installed where typing "idea" matches with GoLand's description "An [ID]e for Go and Web" first, leading to GoLand launching rather than IntelliJ IDEA. OBSERVED RESULT The search maintains the first initial search until typing has stopped for a noticeable amount of time, should enter be pressed prior to said time period passing the old search result will be executed rather than the proper result which would appear afterwards leading to launching an unexpected selection. Below is a video demonstrating that I can consistently either launch Firefox or System Settings with the same query "settings" depending on if I pause for a short period of time or not before hitting enter. https://www.youtube.com/watch?v=GBPuKh0b95c EXPECTED RESULT I would expect that the *final* search result always executes in a consistent manor rather than the old incomplete search result. I would expect that preforming the same search which ultimately yields the same result would launch the same application every time regardless of if I pressed enter prior to the search completing. SOFTWARE/OS VERSIONS Distro: Fedora 37 Plasma: 5.26.4 KDE Frameworks: 5.101.0 QT: 5.15.7 *** Bug 489673 has been marked as a duplicate of this bug. *** *** Bug 491966 has been marked as a duplicate of this bug. *** *** Bug 492234 has been marked as a duplicate of this bug. *** |