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

2016-10-12 Thread Martin Graesslin
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



signature.asc
Description: This is a digitally signed message part.


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

2016-10-12 Thread Kevin Kofler
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.).

Kevin Kofler



Re: Test your applications on Wayland

2016-10-12 Thread Thiago Macieira
Em quarta-feira, 12 de outubro de 2016, às 07:47:44 CEST, Martin Graesslin 
escreveu:
> Best is of course if Qt would release a 5.7.1, so that this cherry-picking
> is no longer required. Most important is the first of those three patches
> as without the applications are pretty much unusable.

Should happen in the next couple of weeks, now that 5.6.2 is closed.

-- 
Thiago Macieira - thiago (AT) macieira.info - thiago (AT) kde.org
   Software Architect - Intel Open Source Technology Center