https://bugs.kde.org/show_bug.cgi?id=455786
--- Comment #1 from Christian (Fuchs) <k...@fuchsnet.ch> --- A workaround (or maybe even fix) is to simply --- main.qml.orig 2022-06-22 14:55:29.527338810 +0200 +++ main.qml 2022-06-22 14:54:58.916537416 +0200 @@ -28,6 +28,7 @@ function start() { container.animationEnabled = true; container.organized = true; + effect.searchText = "" } function stop() { but since I don't know what else might trigger that effect, this might come with side effects. Imho the correct behaviour, UX wise, would be to always clear the filter when the effect is freshly started though, no matter what triggered this. I'll poke VDG folk about it. -- You are receiving this mail because: You are watching all bug changes.