https://bugs.kde.org/show_bug.cgi?id=472540
tagwer...@innerjoin.org changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tagwer...@innerjoin.org --- Comment #1 from tagwer...@innerjoin.org --- It may be that you've got a corrupted index. Igor Poboiko has a consistency check script (in python), with a brief description here: https://invent.kde.org/frameworks/baloo/-/merge_requests/87#note_535270 that might be worth a try. Heads up about the need to load the whole database into memory, if you have a big database it's not going to work. I was able to install on Fedora with: $ sudo pkcon install python3-pip $ pip install lmdb $ wget https://invent.kde.org/frameworks/baloo/uploads/bdc9f5f17fc96490b7bd4a22ac664843/baloo-checkdb.py $ chmod 700 baloo-checkdb.py If the index is corrupt, probably your only option is to purge and reindex. -- You are receiving this mail because: You are watching all bug changes.