Skip to content

DesktopExecParser: substitute %u with fully encoded URL

hexchain requested to merge hexchain/kio:fix-url-encode into master

QUrl::toString decodes the URL by default, and such behavior may confuse the receiving program. Ensure the URL is encoded before executing.

See this JetBrains Toolbox issue for more information.

Merge request reports