From ab0b8921c1c14d3ca857cf9bcb373c7789896564 Mon Sep 17 00:00:00 2001 From: "info@pi-farm.de" Date: Wed, 27 May 2026 22:45:32 +0000 Subject: [PATCH] setup_x11_jarvis.sh aktualisiert --- setup_x11_jarvis.sh | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/setup_x11_jarvis.sh b/setup_x11_jarvis.sh index 2b37401..9567249 100755 --- a/setup_x11_jarvis.sh +++ b/setup_x11_jarvis.sh @@ -73,11 +73,8 @@ gentle_pipewire_start & # Falls ein Hintergrundbild gewünscht ist (optional, benötigt 'feh'): # feh --bg-scale /pfad/zum/bild.jpg & -# J.A.R.V.I.S. Sprachsteuerung (Wakeword-Skript) starten -if [ -f "$JARVIS_DIR/wakeword.py" ]; then - echo "🎙️ Starte J.A.R.V.I.S. Sprachsteuerung..." >> "$JARVIS_DIR/data/desktop.log" - "$JARVIS_DIR/venv/bin/python3" "$JARVIS_DIR/wakeword.py" >> "$JARVIS_DIR/data/wakeword.log" 2>&1 & -fi +# J.A.R.V.I.S.-AI starten +tilix -e "$JARVIS_DIR/start.sh" & EOF chmod +x "$REAL_HOME/.config/openbox/autostart"