I _think_, after some fairly random experimentation, that this ought
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Thu, 20 Mar 2008 00:19:27 +0000 (00:19 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Thu, 20 Mar 2008 00:19:27 +0000 (00:19 +0000)
to fix the weird blacked-out text in the xvfb-built screenshots.

git-svn-id: svn://svn.tartarus.org/sgt/puzzles@7931 cda61777-01e9-0310-a592-d414129be87e

Buildscr

index b4995ed..85fa76e 100644 (file)
--- 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