r20751 - gnucash/branches/2.4/packaging/win32 - [20750] Windows build: change default gtk theme to work around a number of

Geert Janssens gjanssens at code.gnucash.org
Sat Jun 11 08:40:56 EDT 2011


Author: gjanssens
Date: 2011-06-11 08:40:56 -0400 (Sat, 11 Jun 2011)
New Revision: 20751
Trac: http://svn.gnucash.org/trac/changeset/20751

Modified:
   gnucash/branches/2.4/packaging/win32/install-impl.sh
Log:
[20750] Windows build: change default gtk theme to work around a number of
problems in the Ms-Windows theme we used before.
Particularly, this prevents the crash caused by bug #614636 and fixes
the black notebook tabs that appeared after Phil upgraded webkit and
many related gnome dependencies.
The new default theme is "Nimbus" following a suggestion by Kim Wood
on the mailing list.

Modified: gnucash/branches/2.4/packaging/win32/install-impl.sh
===================================================================
--- gnucash/branches/2.4/packaging/win32/install-impl.sh	2011-06-11 10:56:56 UTC (rev 20750)
+++ gnucash/branches/2.4/packaging/win32/install-impl.sh	2011-06-11 12:40:56 UTC (rev 20751)
@@ -574,7 +574,7 @@
         wget_unpacked $LIBART_LGPL_DEV_URL $DOWNLOAD_DIR $GNOME_DIR
         wget_unpacked $GTK_URL $DOWNLOAD_DIR $GNOME_DIR
         wget_unpacked $GTK_DEV_URL $DOWNLOAD_DIR $GNOME_DIR
-        echo 'gtk-theme-name = "MS-Windows"' > ${_GNOME_UDIR}/etc/gtk-2.0/gtkrc
+        echo 'gtk-theme-name = "Nimbus"' > ${_GNOME_UDIR}/etc/gtk-2.0/gtkrc
         wget_unpacked $INTLTOOL_URL $DOWNLOAD_DIR $GNOME_DIR
         wget_unpacked $ORBIT2_URL $DOWNLOAD_DIR $GNOME_DIR
         wget_unpacked $ORBIT2_DEV_URL $DOWNLOAD_DIR $GNOME_DIR



More information about the gnucash-changes mailing list