Tim Süberkrüb

Results 95 comments of Tim Süberkrüb

@ShalokShalom can you explain what you mean, exactly?

@Flohack74 As it is right now, I think you're probably better off with Sailfish OS' default browser which doesn't require the latest Qt version and uses some sort of Gecko...

Looks like Qt 5.9 and Xenial on Ubuntu touch are slowly going to become a reality, maybe this can too :heart_eyes:

I've got Fluid demo installed and running on Ubuntu Touch (xenial, Qt 5.9) :confetti_ball: : ![screenshot](https://user-images.githubusercontent.com/11774614/34339588-794cc030-e976-11e7-96a9-a47a5553b1c3.png) I was also trying to get Liri Browser running with XMir, with no success...

I learned that I should not `export DISPLAY=:0` in my launcher. Now I get a different issue: ``` [26228:26262:0127/200511.152330:ERROR:gl_context_egl.cc(117)] eglCreateContext failed with error EGL_BAD_CONTEXT [26228:26262:0127/200511.155010:ERROR:gl_context_egl.cc(117)] eglCreateContext failed with error EGL_BAD_CONTEXT...

@ShalokShalom thanks for the pointer, I asked for help in their telegram group :) No progress/new information yet, though. @JLIT0 yeah, I'm definitely interested to try those out (if I...

Hey @zubozrout, I think @mariogrip [made QtWebEngine work](https://github.com/ubports/qtwebengine-opensource-src-packaging/pull/1 ), so I will try that out :) The problem with porting the browser is that we're already requiring Qt >= 5.10...

While [security fixes for Chromium are ported to QtWebEngine for the LTS release 5.9](http://blog.qt.io/blog/2018/01/23/qt-5-9-4-released/), the Chromium version (56) is not updated. New Qt releases usually come with an updated Chromium...

Hey @mariogrip, I created a demo QtWebEngine app and installed the new QtWebEngine package on my device. I made sure to export the environment variables as you described: ```cpp qputenv("QTWEBENGINE_DISABLE_SANDBOX",...

Yep, it's installed: ``` libqt5webengine-data/xenial,now 5.10.1+dfsg-4ubports1 all [installed,automatic] libqt5webengine5/xenial,now 5.10.1+dfsg-4ubports1 armhf [installed] libqt5webenginecore5/xenial,now 5.10.1+dfsg-4ubports1 armhf [installed,automatic] qml-module-qtwebengine/xenial,now 5.10.1+dfsg-4ubports1 armhf [installed] ``` I tried to adapt the `Data` path property in...