SUMMARY *** NOTE: If you are reporting a crash, please try to attach a backtrace with debug symbols. See https://community.kde.org/Guidelines_and_HOWTOs/Debugging/How_to_create_useful_crash_reports *** STEPS TO REPRODUCE 1. select the "remote" button 2. in the drop-down menu, select any protocol OBSERVED RESULT any protocol is delivered without // example I choose ftp, then ftp is substituted: EXPECTED RESULT And it should be so ftp:// SOFTWARE/OS VERSIONS Operating System: starter kit p10 KDE Plasma Version: 5.23.5 KDE Frameworks Version: 5.90.0 Qt Version: 5.15.2 Kernel Version: 5.10.102-std-def-alt1 (64-bit) Graphics Platform: X11 Processors: 6 × AMD FX(tm)-6300 Six-Core Processor Memory: 7.7 ГиБ of RAM Graphics Processor: NVC1 ADDITIONAL INFORMATION This is on all distributions.
Created attachment 156549 [details] Video demonstrating the issue (35s) I can reproduce this issue on the latest release of KDE neon Testing. If I select a remote protocol on Dolphin's Network page, it only fills in "ftp:" without the "//" at the end. Typing a hostname directly after this results in an error, as the "//" are missing. The user has to type these manually, but they seem to be required every time. Even with the username and port, the URL would look like this: `ftp://username@hostname:port/` I suppose improving this would be a nicety, but I wouldn't consider it a bug per se. In the meantime, I can recommend the "Add Network Folder" button and wizard.
A possibly relevant merge request was started @ https://invent.kde.org/frameworks/kio/-/merge_requests/1232
(In reply to Bug Janitor Service from comment #2) > A possibly relevant merge request was started @ > https://invent.kde.org/frameworks/kio/-/merge_requests/1232 not accepted into the upstream?
A possibly relevant merge request was started @ https://invent.kde.org/frameworks/kio/-/merge_requests/1233
(In reply to Bug Janitor Service from comment #4) > A possibly relevant merge request was started @ > https://invent.kde.org/frameworks/kio/-/merge_requests/1233 It seems like the submitted patch is unfortunately not working. @Szymon: Please check the comments on the Merge Request, if possible. Thank you for submitting the patch!