https://bugs.kde.org/show_bug.cgi?id=401013
--- Comment #2 from Matt O <m...@ohlmeyers.com> --- Thanks for the response. I believe you mean kde-open5 (let me know if you are referring to something else) Here are the results of several tests: kde-open5 --version kioclient 5.12.6 kde-open5 test://example-- kf5.kio.widgets: KRun(0x5651178bdc60) ERROR (stat): 114 "Unknown host test: Host not found" kde-open --version Qt: 4.8.7 KDE Development Platform: 4.14.38 KIO Client: 2.0 kde-open test://example-- Malformed URL test: xdg-open --version xdg-open 1.1.2 xdg-open test://example-- kf5.kio.widgets: KRun(0x55b0ec356a10) ERROR (stat): 114 "Unknown host test: Host not found" /usr/lib/node_modules/angular-cli/node_modules/opn/xdg-open --version xdg-open 1.1.0 rc3 /usr/lib/node_modules/angular-cli/node_modules/opn/xdg-open test://example-- kf5.kio.widgets: KRun(0x55991c81cb30) ERROR (stat): 114 "Unknown host test: Host not found" ---------- In all of these cases, the error message is returned from KIO, either via the terminal, an alert window, or both. In all cases, if I use "test://example" instead of "test://example--", a different and proper error message is returned. The correct error message indicates that there is no handler registered for "test". The incorrect message always gives an error that indicates that "test" is being interpreted as a hostname, as opposed to a protocol. -- You are receiving this mail because: You are watching all bug changes.