[dolphin] [Bug 470849] Completion for path in $HOME works but fails on enter
Tino Lorenz
bugzilla_noreply at kde.org
Sat Oct 28 13:43:54 BST 2023
https://bugs.kde.org/show_bug.cgi?id=470849
Tino Lorenz <tilrnz at gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |tilrnz at gmx.net
--- Comment #1 from Tino Lorenz <tilrnz at gmx.net> ---
I investigated this a bit, and it looks like the completion of directories in
$HOME was never intended.
Normally, the path in the editor is absolute and completion works. If you
delete the prefix and it isn't anymore, things break:
The component offering completion suggestions (KUrlCompletion) falls back to
$HOME.
The line editor itself (KUrlComboBox) tries to look for the entered path in the
current working directory. If it can't find it there, it makes it into a QUrl,
which in turn defaults to the http protocol.
This also means typing in a path in the current working directory works, but
isn't autocompleted.
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the kfm-devel
mailing list