Lets start the fictional app "abc": Alt+F2 "abc" enter. Works as expected. Now I want to start another app "ab": Alt+F2 "ab" enter. Now abc starts as it is autocompleted. That happens also, when "ab" is in history (was called before abc). A 100% match in history or for a program/... should always be the first choice. Any option to disable autocompletion?
Still valid for: kde-frameworks 5.36.0 kde-plasma 5.10.3 kde-apps 17.04.2 qt 5.7.1
Still valid for: kde-frameworks 5.37.0 kde-plasma 5.10.4 kde-apps 17.08.0 qt 5.7.1
Still valid for: kde-frameworks 5.39.0 kde-plasma 5.11.1 kde-apps 17.08.2 qt 5.9.2
Still an issue in plasma-workspace 5.16.90. Line 365 here[0] currently asks to make the history size configurable; allowing the user to set the max history size to 0 would effectively disable autocompletion of past entries and that would be a solution for this issue. [0]: https://cgit.kde.org/plasma-workspace.git/tree/krunner/view.cpp#n365
A possibly relevant merge request was started @ https://invent.kde.org/plasma/plasma-workspace/-/merge_requests/122
*** Bug 168215 has been marked as a duplicate of this bug. ***
A possibly relevant merge request was started @ https://invent.kde.org/plasma/plasma-workspace/-/merge_requests/205
Git commit 4a44b30bdfd715e390d4bb5693922de0849811c7 by Alexander Lohnau. Committed on 30/08/2020 at 16:24. Pushed by alex into branch 'master'. Add option to disable KRunner history FIXED-IN: 5.20 M +11 -1 krunner/view.cpp M +1 -0 krunner/view.h M +1 -1 lookandfeel/contents/runcommand/RunCommand.qml https://invent.kde.org/plasma/plasma-workspace/commit/4a44b30bdfd715e390d4bb5693922de0849811c7
*** Bug 359982 has been marked as a duplicate of this bug. ***