Skip to:
* Chromium68: https://github.com/webosose/chromium68 (branch: @15.agl.flounder) * WAM: https://github.com/webosose/wam (branch @2.chromium68.5.agl.flounder) * meta-agl-lge: https://github.com/webosose/meta-agl-lge (branch flounder.chromium68)
With the current recipe with chromium68, we can't see the screen updated from WAM and Browser App.
Close for FF 6.0.4 and GG 7.0.0
With the change above, we can run web apps and see the app screen with the upstream wayland port.
https://github.com/webosose/chromium68/pull/5
Updated: it turned out SetWindowSurfaceId was missed because it was silently implemented in interfaces and has never been propagated to WaylandWindow.
It looks like it’s related to the above issue. I can’t get browser working with ivi shell, but rather with xdg shell.
I’m able to run the browser within ivi shell environment with runxdg, it’s not a problem. But will it be suitable for running wam through runxdg?
Right now, updated chromium68 with upstream Wayland backend is able to be run through runxdg as a stand-alone browser, but not within ivi shell
Regarding to the system libwayland - it’s not the same Issue
* Chromium68: https://github.com/webosose/chromium68 (branch: @15.agl.flounder)
* WAM: https://github.com/webosose/wam (branch @2.chromium68.5.agl.flounder)
* meta-agl-lge: https://github.com/webosose/meta-agl-lge (branch flounder.chromium68)
With the current recipe with chromium68, we can't see the screen updated from WAM and Browser App.