Hi Patrick,
I’ve had a quick look at the device, and I can see you have set BALENA_HOST_CONFIG_LAUNCH_URL
in the fleet device configuration. These BALENA_HOST_CONFIG
prefixed variables are actually a way to change settings in the config.txt file in the boot partition, and are for system settings such as GPU memory allocation…etc. What you want to do here is set a variable for the KIOSK
service, rather than something for the host device. You can set a fleet service variable (like I see you did for previous containers) for the KIOSK
service, and call it LAUNCH_URL
. The display then should show your set URL. You can safely ignore the DBUS errors you are seeing there.
Let me know if that helps
Phil