https://bugs.kde.org/show_bug.cgi?id=205854
Matt Whitlock <k...@mattwhitlock.name> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDSINFO |REPORTED Resolution|WAITINGFORINFO |--- --- Comment #3 from Matt Whitlock <k...@mattwhitlock.name> --- (In reply to Nate Graham from comment #1) > Is this still the way it works with KDE Frameworks 5.45 or greater? This report still applies as of KDE Frameworks 5.51. I have my Trash configured to delete files older than 90 days, yet I still have files with ctimes older than 90 days ago in my ~/.local/share/Trash/files directory. Indeed, I still have files with ctimes older than 97 days ago. $ find ~/.local/share/Trash/files -type f -ctime +97 | wc -l 2 $ find ~/.local/share/Trash/files -type f -ctime +98 | wc -l 0 If your assertion is that there is a periodic background process that should be cleaning expired files out of the Trash, then could you tell me how often this process is supposed to run? My KDE session has been logged in continuously for the last 14 days (since 11 October), yet evidently no process has cleaned the Trash. -- You are receiving this mail because: You are watching all bug changes.