https://bugs.kde.org/show_bug.cgi?id=522871
Bug ID: 522871
Summary: only basic indexing=true in baloofilerc is not
respected — baloo_file_extractor still performs full
content extraction
Classification: Frameworks and Libraries
Product: frameworks-baloo
Version First 6.27.0
Reported In:
Platform: Manjaro
OS: Linux
Status: REPORTED
Severity: major
Priority: NOR
Component: Baloo File Daemon
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
***
If you're not sure this is actually a bug or valid feature request, instead
post about it at https://discuss.kde.org
If you're reporting a crash, attach a backtrace with debug symbols; see
https://community.kde.org/Guidelines_and_HOWTOs/Debugging/How_to_create_useful_crash_reports
Please remove this comment after reading and before submitting - thanks!
***
DESCRIPTION
STEPS TO REPRODUCE
1. Set only basic indexing=true in ~/.config/baloofilerc
2. Confirm in System Settings → Search → File Search that "File names only" is
selected
3. Run balooctl6 disable then balooctl6 enable
4. Observe balooctl6 status
OBSERVED RESULT
balooctl6 status shows "Indexer state: Indexing file content" with a live
progress percentage. ps aux confirms baloo_file_extractor is running and
actively consuming CPU/disk I/O. Terminal output shows TagLib actively parsing
ID3 tags from MP3 files (example output: TagLib: ID3v2.4 no longer supports the
frame type TDAT...), confirming genuine content extraction is occurring despite
the basic-indexing-only setting.
EXPECTED RESULT
Baloo should perform filename-only indexing; no content/metadata extraction
should occur.
SOFTWARE/OS VERSIONS
Operating System (available in the Info Center app, or by running `kinfo` in a
terminal window):
KDE Plasma Version:
KDE Frameworks Version:
Qt Version:
ADDITIONAL INFORMATION
This caused sustained, heavy disk I/O (confirmed via fatrace showing continuous
writes to ~/.local/share/baloo/index) severe enough to make the desktop session
near-unusable while indexing was active.
I've been chasing this disk activity problem down for weeks, and I'm thankful
to find it's something I can disable while you guys work on it. Thanks for all
your hard work!
--
You are receiving this mail because:
You are watching all bug changes.