| Summary: | Add an option to only index filenames | ||
|---|---|---|---|
| Product: | [Unmaintained] Baloo | Reporter: | Shimi Chen <shimi.chen> |
| Component: | Baloo File Daemon | Assignee: | Vishesh Handa <me> |
| Status: | RESOLVED FIXED | ||
| Severity: | wishlist | CC: | pinak.ahuja, simgunz |
| Priority: | NOR | Keywords: | junior-jobs |
| Version First Reported In: | 4.13 | ||
| Target Milestone: | --- | ||
| Platform: | Arch Linux | ||
| OS: | Linux | ||
| Latest Commit: | http://commits.kde.org/baloo/90c0f9829c80b361dbd7c8ecc3c3e169b49f3664 | Version Fixed/Implemented In: | |
| Sentry Crash Report: | |||
|
Description
Shimi Chen
2014-05-03 11:45:11 UTC
For anyone interested in solving this bug, you need to edit the basicindexingjob.cpp in baloo, and always set the indexing level to 2, if a certain option is enabled in a config file. Marking this a junior job. Review request added https://git.reviewboard.kde.org/r/119789/ Git commit 90c0f9829c80b361dbd7c8ecc3c3e169b49f3664 by Vishesh Handa, on behalf of Pinak Ahuja. Committed on 25/08/2014 at 11:28. Pushed by vhanda into branch 'master'. File: Add an "only basic indexing" option This allows the few users who do not want to index the contents of the file to configure Baloo to not do that. It's a hidden option you need to manually add in the general section of the baloofilerc file. REVIEW: 119789 M +7 -1 src/file/basicindexingjob.cpp M +3 -1 src/file/basicindexingjob.h M +1 -1 src/file/basicindexingqueue.cpp M +1 -1 src/file/extractor/app.cpp M +6 -0 src/file/fileindexerconfig.cpp M +3 -0 src/file/fileindexerconfig.h http://commits.kde.org/baloo/90c0f9829c80b361dbd7c8ecc3c3e169b49f3664 Hidden options are bad! For who is wondering, in order to activate this add the following line to ./.config/baloorc [General] only basic indexing=true To the developers: this option should be added commented out in the default baloorc installed on the system, to make the life easier to those who want to use it. Moreover, for me, a checkbox to enable it should also be added to the UI configuartion dialog. Oh well. Apparently the check box is there! Sorry for the fuss. |