SUMMARY Dolphins prepends "http://" when using "fish://" or "sftp://" in the location bar. STEPS TO REPRODUCE 1. Type fish://root@xxx.xxxx.xxx.xxx:~ in the location bar and press Enter OBSERVED RESULT Dolphin resolves to the location: http://fish/root@10.218.72.83:~/ and opens the previous address in a web browser. EXPECTED RESULT Dolphin does not modify the typed address and displays the working dir of the SSH session. SOFTWARE/OS VERSIONS Windows: macOS: Linux/KDE Plasma: (available in About System) KDE Plasma Version: 5.12.8 KDE Frameworks Version: 5.55.0 Qt Version: 5.9.7 ADDITIONAL INFORMATION OS: openSUSE Leap 15.1
The observed result is http://fish/root@xxx.xxx.xxx.xxx:~/
I can confirm this, but at least for me the problem only happens if I supply a path to be opened. If I simply enter 'fish://user@server.com', the connection is established correctly. SYSTEM INFO Operating System: KDE neon 5.15 KDE Plasma Version: 5.15.5 KDE Frameworks Version: 5.58.0 Qt Version: 5.12.0
Yes, it only happens when you supply a path.
I can confirm this issue but only when using the ~ If you use a full path it's fine. So the issue is with using the ~ character. It needs to replace the ~ with /home/$USERNAME