Summary: | .xsession-errors should be exculded from strigin indexing | ||
---|---|---|---|
Product: | [Unmaintained] nepomuk | Reporter: | Ferdinand Gassauer <gassauer> |
Component: | general | Assignee: | Sebastian Trueg <sebastian> |
Status: | RESOLVED FIXED | ||
Severity: | minor | CC: | me, trueg |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 4.7.3 | |
Sentry Crash Report: |
Description
Ferdinand Gassauer
2011-10-07 19:29:32 UTC
IMHO it seems like an ever lasting loop (after 2 days still indexing .xession-errors) because this file gets updated all the time. Git commit 08a9d555d5192b8ee2606cdc3f7bbd69cc80262a by Sebastian Trueg. Committed on 11/10/2011 at 21:06. Pushed by trueg into branch 'KDE/4.7'. Use new versions of the default exclude filter list. This is achieved by using the new default exclude filter list version. Since the KCM does not know about the version field yet (we need to make the config class public and use it in the KCM) we re-write the exclude filter list entry whenever it is requested and the version does not match. There is one problem here which I do not know how to solve yet: if the user removed some of the default exclude filters they will be re-added once the default list version changes. The simplest solution would be to not let the user remove filters from the default filter list and not even show them in the KCM. BUG: 283562 FIXED-IN: 4.7.3 M +10 -0 nepomuk/common/fileexcludefilters.cpp M +6 -0 nepomuk/common/fileexcludefilters.h M +18 -1 nepomuk/services/strigi/strigiserviceconfig.cpp M +1 -1 nepomuk/services/strigi/strigiserviceconfig.h http://commits.kde.org/kde-runtime/08a9d555d5192b8ee2606cdc3f7bbd69cc80262a Git commit 64b9cead2bcdc0001e53142909cad24f853d8b87 by Sebastian Trueg. Committed on 11/10/2011 at 21:06. Pushed by trueg into branch 'master'. Use new versions of the default exclude filter list. This is achieved by using the new default exclude filter list version. Since the KCM does not know about the version field yet (we need to make the config class public and use it in the KCM) we re-write the exclude filter list entry whenever it is requested and the version does not match. There is one problem here which I do not know how to solve yet: if the user removed some of the default exclude filters they will be re-added once the default list version changes. The simplest solution would be to not let the user remove filters from the default filter list and not even show them in the KCM. BUG: 283562 FIXED-IN: 4.7.3 M +10 -0 nepomuk/common/fileexcludefilters.cpp M +6 -0 nepomuk/common/fileexcludefilters.h M +18 -1 nepomuk/services/fileindexer/fileindexerconfig.cpp M +1 -1 nepomuk/services/fileindexer/fileindexerconfig.h http://commits.kde.org/kde-runtime/64b9cead2bcdc0001e53142909cad24f853d8b87 Thank you for looking into this. I am not sure if your comments 2 and 3 (the same) are dedicated to programmers or users ? me as user wouldn't know what to do.. (In reply to comment #4) > I am not sure if your comments 2 and 3 (the same) are dedicated to programmers > or users ? > > me as user wouldn't know what to do.. They are intended for programmers. :) |