Torizon: Docker image with browser without kiosk mode?

Hi

I would like to try some test with the chromium browser on a iMX6 module.
I have loaded the Torizon image with portainer, Weston and Chromium browser.

I need to specify the address the browser need to show.

So are there a container where the browser is in none kiosk mode?
Maybe I can modify the container to get it out of kiosk mode ?
Or is there are bundle container with weston and chromium I could pull?

Thomas

Greetings @TJO,

The mode that the browser launches in is decided at container runtime, as it’s something we set in the default docker-compose.yml. So it should be trivial to change.

You should just need to change the command line here: torizon-samples/docker-compose.armhf.yml at bullseye · toradex/torizon-samples · GitHub

To include the --browser-mode flag instead of --window-mode.

Let me know how that works out for you.

Best Regards,
Jeremias