Summary: | Selecting remote protocol does not properly auto-fill "//" | ||
---|---|---|---|
Product: | [Frameworks and Libraries] frameworks-kio | Reporter: | Nikolaj <79625490833> |
Component: | URL navigator | Assignee: | Szymon Zielonka <szymon> |
Status: | ASSIGNED --- | ||
Severity: | normal | CC: | kdelibs-bugs, kfm-devel, mds_foss, szymon |
Priority: | NOR | ||
Version: | 5.104.0 | ||
Target Milestone: | --- | ||
Platform: | Neon | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | Video demonstrating the issue (35s) |
Description
Nikolaj
2022-03-21 17:52:19 UTC
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! |