[dolphin] [Bug 480001] Add normal search as a fallback when searching in folder not indexed by baloo

bugzilla_noreply at kde.org bugzilla_noreply at kde.org
Fri Jan 19 10:32:01 GMT 2024


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

--- Comment #5 from tagwerk19 at innerjoin.org ---
That's most of the simple questions then :-)

Maybe see what

    systemctl status --user kde-baloo

says, check to see how big the baloo index is

    balooctl status

and then watch the processes with something like htop. You want to see whether
baloo_file is being squeezed for CPU when it want to use too much memory (and
constraints set in the unit file are limiting it)

See if you get anything in the journal, you can turn on debugging by creating a
qtlogging.ini file:

    mkdir -p ~/.config/QtProject
    vi ~/.config/QtProject/qtlogging.ini

and adding

    [rules]
    kf.baloo=true

You can also ensure that any log or error messages sent to stderr get copied to
the journal by editing the kde-baloo unit file:

    systemctl edit --user kde-baloo

and add line:

    [Service]
    StandardError=journal

and saving the override.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the kfm-devel mailing list