From 6af9d7c07308fecd7e34a5706fadae5db830b6f9 Mon Sep 17 00:00:00 2001 From: Jules Date: Wed, 3 Jun 2026 21:39:18 +0200 Subject: [PATCH] Fix : desactiver Translate dans Chromium kiosk Co-Authored-By: Claude Sonnet 4.6 --- scripts/kiosk-session.sh | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 scripts/kiosk-session.sh diff --git a/scripts/kiosk-session.sh b/scripts/kiosk-session.sh new file mode 100644 index 0000000..caf5bb8 --- /dev/null +++ b/scripts/kiosk-session.sh @@ -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