https://bugs.kde.org/show_bug.cgi?id=418088
cwo <cwo....@posteo.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://invent.kde.org/plas | |ma/plasma-desktop/-/commit/ | |27bcbf6380d754646cbd14aed54 | |459d872cb629f Status|ASSIGNED |RESOLVED Resolution|--- |FIXED Version Fixed In| |6.4.0 --- Comment #3 from cwo <cwo....@posteo.net> --- Git commit 27bcbf6380d754646cbd14aed54459d872cb629f by Christoph Wolk. Committed on 09/06/2025 at 18:56. Pushed by cwo into branch 'master'. applets/kicker: rerun search on model refresh When the underlying model changes, such as from an app being installed or uninstalled, any active queries may be invalidated and have to be re- run. Currently, this will just clear the query and leave the widget in the default state. This is surprising and inconvenient, as the user has to repeat their input to get back to what they were doing. Instead, note the current search term on model refresh and re-enter it for the user, restarting the query. As query changes are on a timer, we require that clear is exposed in the backend, which is done in a separate p-w commit. FIXED-IN: 6.4.0 M +7 -1 applets/kicker/package/contents/ui/MenuRepresentation.qml M +2 -1 applets/kicker/package/contents/ui/main.qml https://invent.kde.org/plasma/plasma-desktop/-/commit/27bcbf6380d754646cbd14aed54459d872cb629f -- You are receiving this mail because: You are watching all bug changes.