[dolphin] [Bug 447119] Summary: Dolphin/Baloo search with symlinks

Stefan Brüns bugzilla_noreply at kde.org
Mon Apr 24 19:55:37 BST 2023


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

Stefan Brüns <stefan.bruens at rwth-aachen.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|general                     |search
           Assignee|baloo-bugs-null at kde.org     |dolphin-bugs-null at kde.org
                 CC|                            |kfm-devel at kde.org,
                   |                            |stefan.bruens at rwth-aachen.d
                   |                            |e
            Product|frameworks-baloo            |dolphin

--- Comment #11 from Stefan Brüns <stefan.bruens at rwth-aachen.de> ---
This is mostly a bug in dolphin, it should pass the canonical path to baloo.

When you use `baloosearch -d ...`, it will return results even when the
specified directory path contains symlinks, as it resolves the specified
directory to its canonical path.

In case you wonder why canonicalization is the callers (in this case dolphin)
responsibility: Canonicalization is a potentially blocking file system
operation. Dolphin can use KIO to resolve the path without blocking the UI, it
may even already have the canonical path at hand.

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


More information about the kfm-devel mailing list