mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
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 git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@20750 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
2
packaging/win32/install-impl.sh
Executable file → Normal file
2
packaging/win32/install-impl.sh
Executable file → Normal file
@@ -550,7 +550,7 @@ function inst_gnome() {
|
||||
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-*
|
||||
|
||||
Reference in New Issue
Block a user