I am the author of the addon HAOSkiosk which runs the luakit browser on top of X and Opebox to display your dashboards directly on your native HAOS server.
It ran fine when build on HAOS < 16.0
But gives luakit errors when built agains HAOS 16.0
If I force a build against ghcr.io/home-assistant/aarch64-base:latest it still works.
Key difference appears to be the version of luakit and its dependencies.
Working:
luakit a7e0cdda
built with: webkit 2.46.3 (installed version: 2.46.3)
GTK 3.24.43
GLIB 2.82.2
SOUP 3.6.0
BROKEN:
luakit 636637cd
built with: webkit 2.48.1 (installed version: 2.48.1)
GTK 3.24.49
GLIB 2.84.1
SOUP 3.6.5
Has anyone else encountered such problems?
Any suggestions on how to solve?