<div dir="ltr">Hi,<div><br></div><div>I just knew about this problem (which actually has been there for quite some time). It seems that the released QGIS 2.16 for Ubuntu 16 is packaged without QtWebKit. I see that other plugins: lrs, InaSAFE, qgis2web, QuickOSM (and many others probably) are affected too.</div><div><ul><li>LRS: <a href="https://github.com/blazek/lrs/issues/9">https://github.com/blazek/lrs/issues/9</a><br></li><li>QGIS2web: <a href="https://github.com/tomchadwin/qgis2web/issues/309">https://github.com/tomchadwin/qgis2web/issues/309</a></li><li>QGIS Resource Sharing: <a href="https://github.com/akbargumbira/qgis_resources_sharing/issues/25">https://github.com/akbargumbira/qgis_resources_sharing/issues/25</a></li><li>Quick OSM: <a href="https://github.com/3liz/QuickOSM/issues/84">https://github.com/3liz/QuickOSM/issues/84</a></li></ul></div><div><br></div><div>I tried to compile QGIS without QtWebKit and I could replicate the issue. The problem is that as python plugin developers, we couldn't do much as the QtWebKit module from python side is actually there. I thought I could just try to import QtWebKit and if it's failed just use QTextBrowser. But the crash happened when we try to call some methods (and we couldn't catch it from the python side). Of course for some plugins they might be able to compensate this (either using QTextBrowser as an alternative or just remove it). Personally for my plugin, I would hesitate to replace QWebView with QTextBrowser as this problem only affects Ubuntu 16 users with the released QGIS 2.16. Of course we could check the host, but again some users also compile QGIS themselves.</div><div><br></div><div>So, what should we do to overcome this issue? Is there perhaps a flag (e.g telling if QGIS is compiled with/without webkit) that we can use?</div><div><br></div><div>Cheers<br clear="all"><div><br></div>-- <br><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><p><b><span style="font-size:11pt;font-family:Calibri,sans-serif;color:rgb(31,73,125)">-------------------</span></b></p><b>Akbar Gumbira </b></div><div><b style="font-size:12.8px"><a href="http://www.akbargumbira.com" target="_blank">www.akbargumbira.com</a></b></div></div></div></div></div>
</div></div>