diff --git a/pi4/build/build-stormux.sh b/pi4/build/build-stormux.sh index c9550a4..60c65d1 100755 --- a/pi4/build/build-stormux.sh +++ b/pi4/build/build-stormux.sh @@ -196,6 +196,7 @@ pacman -Su --needed --noconfirm \ python-dbus \ python-pyenchant \ python-pyte \ + socat \ raspberrypi-utils \ realtime-privileges \ rhvoice-voice-bdl \ diff --git a/pi4/files/usr/local/bin/configure-stormux b/pi4/files/usr/local/bin/configure-stormux index 27d5fac..67e9fa5 100755 --- a/pi4/files/usr/local/bin/configure-stormux +++ b/pi4/files/usr/local/bin/configure-stormux @@ -105,17 +105,10 @@ fi if ! ping -c1 stormux.org &> /dev/null ; then echo "No internet connection detected. Press enter to open NetworkManager." - echo "Note, it is best to put Fenrir into highlight mode while using NetworkManager." - echo "In desktop layout this is done by pressing Fenrir+numpad asterisk." - echo "That is the key just above numpad 9." - echo "In laptop mode, press Fenrir+y." - echo "In desktop mode the Fenrir key is numpad insert." - echo "In laptop mode the Fenrir key is the Super key, sometimes called the Windows key." - echo "After connecting to the internet, remember to go back to cursor mode." - echo "It is the same key used to switch to highlight mode." - echo "Press enter to continue." read -r continue + echo "setting set focus#highlight=True" | socat - UNIX-CLIENT:/tmp/fenrirscreenreader-deamon.sock nmtui-connect + echo "setting set focus#highlight=False" | socat - UNIX-CLIENT:/tmp/fenrirscreenreader-deamon.sock fi # Check for internet connectivity if ping -qc1 -W 1 stormux.org &> /dev/null; then