https://bugs.kde.org/show_bug.cgi?id=490981

--- Comment #7 from tagwer...@innerjoin.org ---
(In reply to Eugene Shalygin from comment #6)
> ... but does not find it in .c source files ...
There's a set of exclusions for code, they are defined as mime-type exclusions
which means that Baloo indexes the filenames and metadata but not the content.
You can see what's excluded with:
    $ balooctl6 config list excludeMimetypes | sort
and remove the exclusion for C with
    $ balooctl6 config rm excludeMimetypes text/x-csrc
and C headerfiles with
    $ balooctl6 config rm excludeMimetypes text/x-chdr
You can do similar for C++ if you wish.

... You may find you need "balooctl" rather than "balooctl6"

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to