Fix : desactiver Translate dans Chromium kiosk

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-06-03 21:39:18 +02:00
parent e3d1d9cc07
commit 6af9d7c073

13
scripts/kiosk-session.sh Normal file
View File

@@ -0,0 +1,13 @@
#!/bin/bash
xset s off
xset -dpms
xset s noblank
# Backend photobooth
cd /home/jules/photobooth
source .venv/bin/activate
authbind --deep python -m backend.main &
sleep 3
exec chromium --kiosk --noerrdialogs --disable-infobars --disable-translate --disable-features=TranslateUI,Translate,LockProfileCookieDatabase --disable-session-crashed-bubble --disable-component-update --check-for-update-interval=31536000 --autoplay-policy=no-user-gesture-required --start-fullscreen --incognito --touch-events=enabled --enable-touch-drag-drop --force-device-scale-factor=3 --password-store=basic http://localhost