https://bugs.kde.org/show_bug.cgi?id=445147
Nate Graham <n...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |DOWNSTREAM Status|REPORTED |RESOLVED --- Comment #3 from Nate Graham <n...@kde.org> --- Well, that's the problem. It's actually not a text file, or at least it doesn't tell the system it's a text file. It tells the system it's binary content. And Baloo avoids indexing these. If these files really are text, then this is a bug in the file format itself. The correct solution would be one of the following: 1. Correct the error in the file structure that causes the system to mis-identify it as binary content rather than text 2. Submit a patch to shared-mime-info (https://gitlab.freedesktop.org/xdg/shared-mime-info/) to make it aware of this file format, so that it identifies the files as some type of text file rather than a binary file. -- You are receiving this mail because: You are watching all bug changes.