Summary: | Remove the Invalid File Resource Cleaner | ||
---|---|---|---|
Product: | [Unmaintained] nepomuk | Reporter: | Vishesh Handa <me> |
Component: | filewatch | Assignee: | Nepomuk Bugs Coordination <nepomuk-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | task | ||
Priority: | NOR | ||
Version: | git master | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/nepomuk-core/5b2137620eea0661f3e71b370cac2b9e0251037e | Version Fixed In: | |
Sentry Crash Report: |
Description
Vishesh Handa
2012-07-17 09:28:24 UTC
Fixed, but not pushed cause of string freeze. Git commit 5b2137620eea0661f3e71b370cac2b9e0251037e by Vishesh Handa. Committed on 03/12/2012 at 13:12. Pushed by vhanda into branch 'master'. Move the InvalidFileResourceCleaner to the NepomukCleaner The InvalidFileResourceCleaner was a good job to have. However, running it automatically on startup caused more problems than it solved. For the cases when the removeable media handling didn't work, or when mounting something that Solid did not recognize, it would delete those file resources on restart (if the device wasn't mounted) Additionally, it caused extra network usage when mounting a network file system, by stating (QFile::exists) all the files that had metadata. This would annoy a lot of users. We now have it as a job in the nepomukcleaner, which can be run when the user wants. Ideally one should also have a warning in place that it might delete metadata for non-mounted media. But we are in string freeze. Another reason this makes sense is cause the kioslaves now do not show any resource which cannot be stated, so even if they are some file resources which have an incorrect url, they will not be shown to the user. M +34 -0 cleaner/cleaningjobs.cpp M +0 -1 services/filewatch/CMakeLists.txt D +0 -111 services/filewatch/invalidfileresourcecleaner.cpp D +0 -73 services/filewatch/invalidfileresourcecleaner.h M +0 -10 services/filewatch/nepomukfilewatch.cpp http://commits.kde.org/nepomuk-core/5b2137620eea0661f3e71b370cac2b9e0251037e |