Skip to content
Snippets Groups Projects
Commit 6230b8a9 authored by don's avatar don
Browse files

More debugging

parent d22ccba6
No related branches found
No related tags found
No related merge requests found
...@@ -41,6 +41,7 @@ cd %s ...@@ -41,6 +41,7 @@ cd %s
export DISPLAY=:0 export DISPLAY=:0
echo feh-b $DISPLAY echo feh-b $DISPLAY
pwd pwd
echo feh --cycle-once -FZ -D %d
feh --cycle-once -FZ -D %d feh --cycle-once -FZ -D %d
pwd pwd
echo feh-e $DISPLAY echo feh-e $DISPLAY
...@@ -257,7 +258,7 @@ except: ...@@ -257,7 +258,7 @@ except:
pass pass
# Prepare the looping script # Prepare the looping script
loopscript = looptemplate % (slidebase, slide_rate) loopscript = looptemplate % (slidebase, slide_rate, slide_rate)
# Videos get run one at a time # Videos get run one at a time
for video in videolist: for video in videolist:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment