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.
Attachments
For Gerrit Dashboard: QTBUG-113995 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
501398,2 | QGenericUnixServices: ensure xdg activation token callback is called | dev | qt/qtbase | Status: MERGED | +2 | 0 |
501728,2 | QGenericUnixServices: ensure xdg activation token callback is called | 6.6 | qt/qtbase | Status: MERGED | +2 | 0 |
501729,2 | QGenericUnixServices: ensure xdg activation token callback is called | 6.5 | qt/qtbase | Status: MERGED | +2 | 0 |