-
Notifications
You must be signed in to change notification settings - Fork 14
Description
Command 4: # Remove exit errors from the config files that could trigger a warning
pi@HA-Display1:~ $ sed -i 's/"exited_cleanly":false/"exited_cleanly":true/' ~/.config/chromium/'Local State'
sed: can't read /home/pi/.config/chromium/Local State: No such file or directory
pi@HA-Display1:~ $ sed -i 's/"exited_cleanly":false/"exited_cleanly":true/; s/"exit_type":"[^"]+"/"exit_type":"Normal"/' ~/.config/chromium/Default/Preferences
sed: can't read /home/pi/.config/chromium/Default/Preferences: No such file or directory
pi@HA-Display1:~ $ chromium-browser --noerrdialogs --disable-infobars --enable-features=OverlayScrollbar --kiosk $KIOSK_URL --check-for-update-interval=31536000
dpkg-query: no packages found matching bluealsa
[4817:4817:0527/130441.860859:ERROR:ozone_platform_x11.cc(239)] Missing X server or $DISPLAY
[4817:4817:0527/130441.860983:ERROR:env.cc(255)] The platform failed to initialize. Exiting.
pi@HA-Display1:~ $ sudo apt install bluealsa
_Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Package bluealsa is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package 'bluealsa' has no installation candidate_
This a brand new installation of Raspberry pi OS Lite 05-03-2023
Please advise.
Thanks