AUDIT: r20750 - gnucash/trunk/packaging/win32 - Windows build: change default gtk theme to work around a number of

Geert Janssens gjanssens at code.gnucash.org
Sat Jun 11 06:56:57 EDT 2011


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

Modified:
   gnucash/trunk/packaging/win32/install-impl.sh
Log:
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.
BP

Modified: gnucash/trunk/packaging/win32/install-impl.sh
===================================================================
--- gnucash/trunk/packaging/win32/install-impl.sh	2011-06-10 20:05:26 UTC (rev 20749)
+++ gnucash/trunk/packaging/win32/install-impl.sh	2011-06-11 10:56:56 UTC (rev 20750)
@@ -550,7 +550,7 @@
         wget_unpacked $POPT_DEV_URL $DOWNLOAD_DIR $GNOME_DIR
         wget_unpacked $ZLIB_URL $DOWNLOAD_DIR $GNOME_DIR
         wget_unpacked $ZLIB_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 $GTK_THEME_URL $DOWNLOAD_DIR $TMP_DIR
         assert_one_dir $TMP_UDIR/gtk2-themes-*


Property changes on: gnucash/trunk/packaging/win32/install-impl.sh
___________________________________________________________________
Deleted: svn:executable
   - *



More information about the gnucash-changes mailing list