Skip to content

OpenUrlJob: Use ApplicationTrader to look up scheme handler for http(s)

David Redondo requested to merge work/tradehandler into master

This is solves an issue where no browser would be found if there's no mimeapps.list like on a fresh user account. This is how other handlers are also looked up inside OpenUrlJob too. Note: The previous code also missed looking inside ApplicationsLocation or the desktop specific files.

Merge request reports