https://bugs.kde.org/show_bug.cgi?id=363337

--- Comment #7 from David Faure <fa...@kde.org> ---
Found it. The URL being given to KRun is wrong, it has no scheme at all. The
error message would show file:/// in front if it did. This is a QString->QUrl
conversion issue.

With no scheme, KRun can't check that the protocol supports reading, that's why
the error message is new, but the bug is in whichever code is assembling this
URL.
I'll add asserts to catch this earlier in the future ;-)

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to