Verison 1.0.3 Release
Based on Buildbotics 0.4.14
This commit is contained in:
22
scripts/xinitrc
Normal file
22
scripts/xinitrc
Normal file
@@ -0,0 +1,22 @@
|
||||
hostinfo.sh &
|
||||
ratpoison &
|
||||
|
||||
xset -dpms
|
||||
xset s off
|
||||
xset s noblank
|
||||
|
||||
while true; do
|
||||
tvservice -s 2>&1 | grep "state 0x40001" >/dev/null
|
||||
if [ $? -ne 0 ]; then
|
||||
# Clear browser errors
|
||||
PREFS='/home/pi/.config/chromium/Default/Preferences'
|
||||
sed -i 's/"exited_cleanly":false/"exited_cleanly":true/' $PREFS
|
||||
sed -i 's/"exit_type":"Crashed"/"exit_type":"Normal"/' $PREFS
|
||||
|
||||
# Start browser
|
||||
/usr/local/bin/browser --no-first-run --disable-infobars \
|
||||
--noerrdialogs --disable-3d-apis http://localhost/
|
||||
fi
|
||||
|
||||
sleep 1
|
||||
done
|
||||
Reference in New Issue
Block a user