https://bugs.kde.org/show_bug.cgi?id=422189
Méven Car <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://invent.kde.org/fram | |eworks/kio/commit/73cc5a82d | |e887b197ddfd35e0dce3d1a34d5 | |eb47 Version Fixed In| |5.72 Resolution|--- |FIXED Status|CONFIRMED |RESOLVED --- Comment #4 from Méven Car <[email protected]> --- Git commit 73cc5a82de887b197ddfd35e0dce3d1a34d5eb47 by Méven Car, on behalf of Ahmad Samir. Committed on 16/06/2020 at 08:59. Pushed by meven into branch 'master'. [Trash] Remove trashinfo files referencing files/dirs that don't exist If the user moves a file to trash, the deletes that file without using kio_trash (e.g. with rm), then the relevant trashinfo file should be deleted the next time we try to list/stat that trashed file; otherwise kio_trash keep trying to stat that file every time the Trash dir is stat'ed/listed. The testtrash unit test still passes. Thanks to meven for pointing out how to fix this bug. FIXED-IN: 5.72 M +2 -1 src/ioslaves/trash/kio_trash.cpp M +24 -0 src/ioslaves/trash/tests/testtrash.cpp M +1 -0 src/ioslaves/trash/tests/testtrash.h https://invent.kde.org/frameworks/kio/commit/73cc5a82de887b197ddfd35e0dce3d1a34d5eb47 -- You are receiving this mail because: You are watching all bug changes.
