Hi,
many thanks for your report. You could try to hide all error messages and pop-up during chromium start. For this you would need to edit chromium config file
Code: Select all
nano /var/lib/dietpi/dietpi-software/installed/chromium-autostart.sh
Basically you would need to change from Kiosk mode into App mode. There is an older discussion on GutHub for this
https://github.com/MichaIng/DietPi/issu ... -552434467
Basically you can adjust the 2 lines for
CHROMIUM_OPTS as follow
Code: Select all
CHROMIUM_OPTS=" --test-type --window-size=$RES_X,$RES_Y --start-fullscreen --start-maximized --window-position=0,0 --noerrdialogs"
CHROMIUM_OPTS+=" --app=$URL"
As I don't have the update error message on my RPi3B+, I'm not able to check if it really get suppressed
On my system, I'm running following version of chromium
Code: Select all
root@DietPi3:~# dpkg -l chromium-browser
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name Version Architecture Description
+++-================-==================-============-===================================================
ii chromium-browser 78.0.3904.108-rpt1 armhf Chromium web browser, open-source version of Chrome