From e601f41192228aa8578c95fa9c5a1448988d36cd Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Fri, 28 Oct 2016 15:10:31 +0200 Subject: g-i-installation: fix subtile error in workaround… MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bin/g-i-installation.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/g-i-installation.sh') diff --git a/bin/g-i-installation.sh b/bin/g-i-installation.sh index f241664f..7f6c2895 100755 --- a/bin/g-i-installation.sh +++ b/bin/g-i-installation.sh @@ -1066,7 +1066,7 @@ monitor_system() { rm snapshot_${PRINTF_NR}.jpg else echo "$(date -u) $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 + convert -size $VIDEOSIZE xc:black -depth 8 snapshot_${PRINTF_NR}.png fi # every 100 ticks take a screenshot and analyse it if [ $(($NR % 100)) -eq 0 ] ; then -- cgit v1.2.3-54-g00ecf