diff options
-rw-r--r-- | bin/g-i-installation.sh | 5 | ||||
-rw-r--r-- | features/images/DebianLive7Greeter-desktop-gnome.png | bin | 1741 -> 0 bytes | |||
-rw-r--r-- | features/images/DebianLive7Greeter.png (renamed from features/images/DebianLive7Greeter-standard.png) | bin | 3166 -> 3166 bytes |
3 files changed, 3 insertions, 2 deletions
diff --git a/bin/g-i-installation.sh b/bin/g-i-installation.sh index 6ccd5b22..92d27618 100644 --- a/bin/g-i-installation.sh +++ b/bin/g-i-installation.sh @@ -1046,11 +1046,12 @@ monitor_system() { echo "$(date) $PRINTF_NR - could not take vncsnapshot from $DISPLAY - using a blank fake one instead" convert -size $VIDEOSIZE xc:#000000 -depth 8 snapshot_${PRINTF_NR}.png fi - # every 100 ticks take a screenshot and analyse it + # every 100 ticks take a screenshot and preserve and analyse it if [ $(($NR % 100)) -eq 0 ] ; then # press ctrl-key regularily to avoid screensaver kicking in vncdo -s $DISPLAY key ctrl || true - # publish it + # preserve a screenshot for later publishing and publish it + backup_screenshot publish_screenshot # # search for known text using ocr of screenshot and break out of this loop if certain content is found diff --git a/features/images/DebianLive7Greeter-desktop-gnome.png b/features/images/DebianLive7Greeter-desktop-gnome.png Binary files differdeleted file mode 100644 index aa375fe1..00000000 --- a/features/images/DebianLive7Greeter-desktop-gnome.png +++ /dev/null diff --git a/features/images/DebianLive7Greeter-standard.png b/features/images/DebianLive7Greeter.png Binary files differindex f1afaabe..f1afaabe 100644 --- a/features/images/DebianLive7Greeter-standard.png +++ b/features/images/DebianLive7Greeter.png |