https://bugs.kde.org/show_bug.cgi?id=365971
Bug ID: 365971 Summary: KCoreDirLister failed to emit itemsDeleted for baloosearch Product: frameworks-kio Version: 5.24.0 Platform: Other OS: Linux Status: UNCONFIRMED Severity: normal Priority: NOR Component: general Assignee: fa...@kde.org Reporter: xiangzha...@gmail.com CC: kdelibs-b...@kde.org I tried to fix the issue described here https://git.reviewboard.kde.org/r/126448/ When clicked 'Search For Image' on Dolphin, it is search mode enabled, select a file and press Delete to remove it to Trash, but the file (already removed to Trash) was still there, so re-press Delete to remove it again, Dolphin show error message as The file or folder XXX does not exist. My testcase for KCoreDirLister emit itemsDeleted goes here https://quickgit.kde.org/?p=kio.git&a=commit&h=3d21d410ea27ddc930116412be61c42998c49ad9 1. openUrl QUrl::fromLocalFile(QDir::homePath()) for listing home, it outpus like https://forum.isoft-linux.org/viewtopic.php?f=4&t=44 2. remove a file from $HOME to Trash, then outpus like: *** itemsDeleted: *** started( file:///home/zhaixiang ) *** completed( file:///home/zhaixiang ) *** completed() 3. openUrl QUrl("baloosearch:?json={\"dayFilter\": 0,\"monthFilter\": 0,\"type\": [\"Image \"],\"yearFilter\": 0}") for Search listing Image, it outputs like https://forum.isoft-linux.org/viewtopic.php?f=4&t=44&p=141#p141 4. remove a file from baloosearch results, but NO itemsDeleted signal! Reproducible: Always -- You are receiving this mail because: You are watching all bug changes.