Skip to content

Allow using scheme handler in OpenURLJob if kio slave exists too

Alexander Lohnau requested to merge work/scheme_handler into master

In case of system/khelpcenter!8 (merged) the scheme handler gets defined for the app, but there is also a KIO slave which handles the same URL. Considering that most apps use the XDG mechanism to handle URLs instead of providing an ioslave with a protocol file we should not enforce using the ioslaves.

Merge request reports