File tree Expand file tree Collapse file tree 1 file changed +10
-5
lines changed
Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -100,13 +100,18 @@ echo "==========================================="
100100
101101firejail --noprofile --appimage ./" $FILENAME " &
102102APID=$!
103- sleep 5
104- # xpra screenshot database/$INPUTBASENAME/screenshot
103+ sleep 7
104+
105+ xpra screenshot database/$INPUTBASENAME /screenshot
106+
107+ # results in grey screenshot
105108# screenshot is empty and has not been saved (maybe there are no windows or they are not currently shown)
106109# import -window root database/$INPUTBASENAME/screenshot.jpg # ImageMagick
107- sudo apt-get -y install scrot
108- scrot -u -b database/$INPUTBASENAME /screenshot.jpg
109- kill $APID && echo " SUCCESS" || exit 1
110+
111+ # results in grey screenshot, too
112+ # sudo apt-get -y install scrot
113+ # scrot -u -b database/$INPUTBASENAME/screenshot.jpg
114+ # kill $APID && echo "SUCCESS" || exit 1
110115
111116echo " ==========================================="
112117
You can’t perform that action at this time.
0 commit comments