QtWebEngine on Wayland (was: Re: Test your applications on Wayland)

Martin Graesslin mgraesslin at kde.org
Wed Oct 12 14:20:13 BST 2016


On Wednesday, October 12, 2016 2:05:25 PM CEST Kevin Kofler wrote:
> Hi,
> 
> one major issue is that QtWebEngine does not work on Wayland at this time,
> at least not if it is built with desktop OpenGL. See:
> https://bugreports.qt.io/browse/QTBUG-55384
> 
> This affects kdepim applications (at least KMail) and also some Qt
> applications developed outside of KDE infrastructure (QupZilla, the
> Calamares webview module, etc.).

at least kmail is adjusted to force the xcb platform plugin. All other 
applications which use QWebEngine should do the same:

qputenv("QT_QPA_PLATFORM", "xcb");
QGuiApplication app(argc, argv);

It's unfortunate that this happens - the only defense I have for it is that no 
browser currently works on Wayland ootb.

Cheers
Martin

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 163 bytes
Desc: This is a digitally signed message part.
URL: <http://mail.kde.org/pipermail/kde-core-devel/attachments/20161012/dbff980d/attachment.sig>


More information about the kde-core-devel mailing list