Update first-boot configuration and scripts for enhanced kiosk functionality</message>
<message>Modify the first-boot configuration to include the gir1.2-gtklayershell-0.1 package for improved GTK layer shell support. Update the first-boot script to enhance the portal status reporting with connection timeouts. Additionally, implement a restart mechanism for the kanshi service in rotation scripts to ensure immediate application of configuration changes. Introduce a Chromium kiosk extension to disable text selection, improving user experience in kiosk mode. These changes streamline the setup process and enhance the overall functionality of the kiosk environment.
This commit is contained in:
@@ -36,4 +36,13 @@ AWAITSVC
|
||||
systemctl daemon-reload
|
||||
systemctl enable cm4-await-display.service 2>/dev/null || true
|
||||
log "cm4-await-display.service installed (wait for DSI, max 30s)"
|
||||
|
||||
# Enable VNC (wayvnc) for remote access
|
||||
if command -v raspi-config >/dev/null 2>&1; then
|
||||
raspi-config nonint do_vnc 0
|
||||
log "VNC (wayvnc) enabled on port 5900"
|
||||
else
|
||||
log "WARNING: raspi-config not found, skipping VNC setup"
|
||||
fi
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user