From 322f489a9c25983e0007eaa60db81dbbf4c487dd Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Wed, 24 Dec 2014 00:24:57 +0100 Subject: g-i: keep less screenshots, there are enough, these distract from debugging --- bin/g-i-installation.sh | 5 ++--- features/images/DebianLive7Greeter-desktop-gnome.png | Bin 0 -> 1741 bytes features/images/DebianLive7Greeter-standard.png | Bin 0 -> 3166 bytes features/images/DebianLive7Greeter.png | Bin 3166 -> 0 bytes 4 files changed, 2 insertions(+), 3 deletions(-) create mode 100644 features/images/DebianLive7Greeter-desktop-gnome.png create mode 100644 features/images/DebianLive7Greeter-standard.png delete mode 100644 features/images/DebianLive7Greeter.png diff --git a/bin/g-i-installation.sh b/bin/g-i-installation.sh index 92d27618..6ccd5b22 100644 --- a/bin/g-i-installation.sh +++ b/bin/g-i-installation.sh @@ -1046,12 +1046,11 @@ 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 preserve and analyse it + # every 100 ticks take a screenshot and analyse it if [ $(($NR % 100)) -eq 0 ] ; then # press ctrl-key regularily to avoid screensaver kicking in vncdo -s $DISPLAY key ctrl || true - # preserve a screenshot for later publishing and publish it - backup_screenshot + # publish it 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 new file mode 100644 index 00000000..aa375fe1 Binary files /dev/null and b/features/images/DebianLive7Greeter-desktop-gnome.png differ diff --git a/features/images/DebianLive7Greeter-standard.png b/features/images/DebianLive7Greeter-standard.png new file mode 100644 index 00000000..f1afaabe Binary files /dev/null and b/features/images/DebianLive7Greeter-standard.png differ diff --git a/features/images/DebianLive7Greeter.png b/features/images/DebianLive7Greeter.png deleted file mode 100644 index f1afaabe..00000000 Binary files a/features/images/DebianLive7Greeter.png and /dev/null differ -- cgit v1.2.3-54-g00ecf