Skip to content

Commit

Permalink
v2.04.1 (Bug Fix Release)
Browse files Browse the repository at this point in the history
-Fix for re-introduced screensaver bug
-Revised documentation
  • Loading branch information
taoteh1221 committed Oct 10, 2019
1 parent 2acf1ff commit 25772e9
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 10 deletions.
8 changes: 2 additions & 6 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -93,13 +93,9 @@ ln -s ~/dfd-crypto-ticker/scripts/chromium-refresh.bash ~/reload



Create / edit the following file: /home/pi/.config/lxsession/LXDE-pi/autostart and add the following lines:
Create / edit the following file: /home/pi/.config/lxsession/LXDE-pi/autostart and add the following line:

@xset s off
@xset -dpms
@xset s noblank
@/bin/bash /home/pi/dfd-crypto-ticker/scripts/start-chromium.bash &
@unclutter -idle 0
@/bin/bash /home/pi/dfd-crypto-ticker/scripts/ticker-init.bash &



Expand Down
2 changes: 1 addition & 1 deletion TICKER-INSTALL.bash
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ select opt in $OPTIONS; do

touch /home/$SYS_USER/.config/lxsession/$LXDE_PROFILE/autostart

echo -e "$GLOBAL_LXDE \n@xset s off \n@xset -dpms \n@xset s noblank \n@/bin/bash /home/$SYS_USER/dfd-crypto-ticker/scripts/start-chromium.bash & \n@unclutter -idle 0" > /home/$SYS_USER/.config/lxsession/$LXDE_PROFILE/autostart
echo -e "$GLOBAL_LXDE \n@/bin/bash /home/pi/dfd-crypto-ticker/scripts/ticker-init.bash & \n" > /home/$SYS_USER/.config/lxsession/$LXDE_PROFILE/autostart

chown -R $SYS_USER:$SYS_USER /home/$SYS_USER/.config

Expand Down
8 changes: 8 additions & 0 deletions dfd-crypto-ticker/Misc.Docs.Etc/changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,14 @@ v2.04.0
---------------------------------------------------------


---------------------------------------------------------
v2.04.1
-Fix for re-introduced screensaver bug
-Revised documentation
---------------------------------------------------------






Expand Down
2 changes: 1 addition & 1 deletion dfd-crypto-ticker/scripts/start-chromium.bash
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export DISPLAY=:0

/usr/bin/chromium-browser /home/pi/dfd-crypto-ticker/apps/ticker/index.html --force-device-scale-factor=1.00 --start-fullscreen

sleep 25
sleep 15

/usr/bin/xdotool key F11

4 changes: 2 additions & 2 deletions dfd-crypto-ticker/scripts/ticker-init.bash
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export DISPLAY=:0

/usr/bin/xset s noblank

/bin/bash /home/pi/dfd-crypto-ticker/scripts/start-chromium.bash &

/usr/bin/unclutter -idle 0

/bin/bash /home/pi/dfd-crypto-ticker/scripts/start-chromium.bash &

0 comments on commit 25772e9

Please sign in to comment.