https://bugs.kde.org/show_bug.cgi?id=478258
tagwer...@innerjoin.org changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tagwer...@innerjoin.org --- Comment #2 from tagwer...@innerjoin.org --- (In reply to TYMA from comment #0) > ... > #5 0x00007fd3d5a98b56 in mdb_env_open () at /usr/lib/liblmdb.so > #6 0x00007fd3d7db30e9 in Baloo::Database::open(Baloo::Database::OpenMode) () > at /usr/lib/libKF5BalooEngine.so.5 > #7 0x00007fd3da205d81 in Baloo::File::load() () at /usr/lib/libKF5Baloo.so.5 > ... It's trying to find/open the database - something that should be under ~/.local/share/baloo I think if the file's simply not there, you simply don't get any results. Maybe the file has been truncated/corrupted. Close down the baloo_file indexer, go to the folder and rename the "index" file. Something like: $ pkill baloo_file $ cd ~/.local/share/baloo $ mv index index.suspect I assume your Arch runs with systemd, so you can restart the indexing with: $ systemd --user start kde-baloo -- You are receiving this mail because: You are watching all bug changes.