chiark / gitweb /
I _think_, after some fairly random experimentation, that this ought
authorSimon Tatham <anakin@pobox.com>
Thu, 20 Mar 2008 00:19:27 +0000 (00:19 +0000)
committerSimon Tatham <anakin@pobox.com>
Thu, 20 Mar 2008 00:19:27 +0000 (00:19 +0000)
to fix the weird blacked-out text in the xvfb-built screenshots.

[originally from svn r7931]

Buildscr

index b4995edf255f3a3e918a4bad3a652c0aea2def75..85fa76e409f289b6569babdfe2e4c3f9471ab55f 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