Details
-
Bug
-
Resolution: Cannot Reproduce
-
Not Evaluated
-
6.5.1
-
None
-
Ubuntu 22.04.2 LTS
-
-
d524f0a75 (dev), 91619f0e7 (6.6), b45ac04dc (6.5)
Description
QDesktopServices::openUrl: Local files don't open anymore.
Example:
QUrl u(QUrl::fromLocalFile("/home/edwin/Qt/6.5.1/Src/qtwebengine/tests/auto/pdfquick/multipageview/data/qpdfwriter.pdf"));
bool b=QDesktopServices::openUrl(u);
Q_ASSERT(b);
The return value is true, but the file does not open in the viewer.
When I compile the same project with Qt Version 6.4.3 the problem does not occur.