From: Simon Tatham Date: Thu, 20 Mar 2008 00:19:27 +0000 (+0000) Subject: I _think_, after some fairly random experimentation, that this ought X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?a=commitdiff_plain;h=202e023f59c56e8300eb99e2454b17bd4eb96def;hp=7a3549db51e7314ce5e07a6a4a3f6599bcf7c242;p=sgt-puzzles.git I _think_, after some fairly random experimentation, that this ought to fix the weird blacked-out text in the xvfb-built screenshots. [originally from svn r7931] --- diff --git a/Buildscr b/Buildscr index b4995ed..85fa76e 100644 --- a/Buildscr +++ b/Buildscr @@ -8,7 +8,7 @@ in puzzles do perl mkfiles.pl in puzzles do make # Now build the screenshots and icons. -in puzzles/icons do xvfb-run make web winicons gtkicons +in puzzles/icons do xvfb-run -s "-cc TrueColor" make web winicons gtkicons # Re-run mkfiles.pl now that it knows the icons are there. in puzzles do perl mkfiles.pl