Bug 412412 - Baloo ignores files with specific extensions
Summary: Baloo ignores files with specific extensions
Status: RESOLVED INTENTIONAL
Alias: None
Product: frameworks-baloo
Classification: Frameworks and Libraries
Component: Baloo File Daemon (other bugs)
Version First Reported In: 5.61.0
Platform: Arch Linux Linux
: NOR normal
Target Milestone: ---
Assignee: Stefan Brüns
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-09-28 03:09 UTC by Brallan Aguilar
Modified: 2020-08-05 04:01 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Brallan Aguilar 2019-09-28 03:09:20 UTC
SUMMARY
Baloo ignores some files with specific extensions (eg. *.json, *.h, *.cpp)

STEPS TO REPRODUCE
1. Start the Baloo monitor to check changes ($ balooctl monitor)
2. Create a file with the extension json, h or cpp in a folder that Baloo is allowed to index
3. The file is not indexed

OBSERVED RESULT
The file is not indexed because the monitor does not show it. As a consequence, is not found by KRunner when the Desktop Search plugin is enabled

EXPECTED RESULT
The file should be indexed, if it is not excluded by the exclude filters (~/.config/baloofilerc)

SOFTWARE/OS VERSIONS
Linux/KDE Plasma (available in About System):
KDE Plasma Version: 5.16.4
KDE Frameworks Version: 5.61.0
Qt Version: 5.13.0
Comment 1 Stefan Brüns 2020-08-05 04:01:47 UTC
You can edit the list of excluded files with "balooctl config".

There is no GUI for this currently, but thats a feature request, not a bug.

The indexer is working as intended/configured.