https://bugs.kde.org/show_bug.cgi?id=391590
--- Comment #7 from Méven Car <meve...@gmail.com> --- KIO Notification currently are displayed only when the operation lasts at least 500ms (half second). This is to avoid potential flickering of notifications that need to be hidden by the time their UI is ready. > deletes permanently (shift+del) a folder containing many files and > sub-folders (a folder containing the source code of kwin with 1,435 files and > 268 sub-folders That is a lot slower process, because kio will inspect every sub-folders and their files before deleting them one by one. > while Dolphin deletes permanently thousands of jpg files or a single big (6.7 > GiB) Single folder deletion, how-ever big it is, can be very fast, especially with an SSD for instance. If you notice the notifications now, if may be that the io operations got faster. Perhaps that's this behavior that is the issue, and that you suggest we should change. -- You are receiving this mail because: You are watching all bug changes.