Details
-
Bug
-
Resolution: Fixed
-
P3: Somewhat important
-
6.5, 6.7.0 RC
-
None
-
f0aa275be (dev), 6d0555d00 (6.7), ca4247272 (6.6), 1aebeea65 (6.5)
Description
I've been trying to dogfood it as my system PDF viewer on Linux and noticed that some file paths don't open. More specifically:
$ multipage foo.pdf
as it turns out QUrl::fromUserInput() converts to QUrl("http://foo.pdf"). So this needs the same fix that the qml runtime did, in https://codereview.qt-project.org/c/qt/qtdeclarative/+/188431