https://bugs.kde.org/show_bug.cgi?id=409257
--- Comment #24 from Igor Poboiko <igor.pobo...@gmail.com> --- (In reply to Gerson from comment #21) > since the upload limit is 4MB, I'll attach the file with an online system: > > https://ufile.io/60gkivz8 > > The file (index.tgz) will be available for 30 days starting now. OK, I've looked at it. Baloo stores internally filesystem tree inside index in order to be able to reconstruct full path of particular document id. The root of this tree should correspond to root directory "/" (id = 0). In your case, it is not so, the tree corresponds to your home directory instead (this can be deduced from non-corrupted index), which is why Baloo is not happy - it cannot resolve paths. This patch might help: https://phabricator.kde.org/D21427. Can anyone confirm? -- You are receiving this mail because: You are watching all bug changes.