Hi,
This topic is related to this previous question.
I would like to understand how to pass some runtime flags
to chromium running in the torizon/kiosk-mode-browser
container.
I would pass --enable-features=UseOzonePlatform --ozone-platform=wayland
to try enable GPU support.
In particular, seems that since release of chromium M87, GPU support is enabled by default when using Ozone as abstraction layer. But to enable such layer, you should pass the previous runtime flags.
So, there is a way to pass a runtime flags to chromium running in the docker? If not, is it possibile to rebuild the docker to run chromium with those flags? And if yes, with which recipe?
Thanks in advance.