Summary: | Baloo index keeps entries in directories marked as "should be excluded" | ||
---|---|---|---|
Product: | [Frameworks and Libraries] frameworks-baloo | Reporter: | Marco Leise <Marco.Leise> |
Component: | general | Assignee: | Pinak Ahuja <pinak.ahuja> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | abulak, johann.hoechtl, kdeu, nate, pinak.ahuja, rulatir, simgunz, smithjd15 |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Gentoo Packages | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 5.43 | |
Sentry Crash Report: |
Description
Marco Leise
2016-04-25 10:16:23 UTC
I second this. My index is 8 GB, because any time I add some temporary folder this is indexed and then never forgotten. Searching for the term indexcleaner in the repo, i noticed that there are only definitions for the index-cleaning class, but no code calls the method IndexCleaner::run() ? https://github.com/KDE/baloo/search?utf8=%E2%9C%93&q=indexcleaner Could this be the reason that baloo fails to remove deleted files from the database? The database should be cleaned of deleted files at least once after baloo is started, since it can not know about files removed in its absence. Also, it should clean its database after the include/exclude configuration was changed. > balooctl clear I also made a bugreport about this, since its an error in balooctl. https://bugs.kde.org/show_bug.cgi?id=374736 *** This bug has been marked as a duplicate of bug 353874 *** *** Bug 370429 has been marked as a duplicate of this bug. *** *** Bug 373430 has been marked as a duplicate of this bug. *** *** Bug 362622 has been marked as a duplicate of this bug. *** This issue was fixed by this commit: https://phabricator.kde.org/R293:2f899073ab3cc735e0c78790c4f62af6d8e6669c Thanks alot! |