[frameworks-baloo] [Bug 478258] Crash when i click "Properites"

bugzilla_noreply at kde.org bugzilla_noreply at kde.org
Tue Dec 12 07:43:11 GMT 2023


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

tagwerk19 at innerjoin.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tagwerk19 at innerjoin.org

--- Comment #2 from tagwerk19 at 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 on the CC list for the bug.


More information about the kfm-devel mailing list