[Xfce4-commits] <midori:master> makedist.midori: Include default settings for gtk2

Christian Dywan noreply at xfce.org
Tue Feb 28 23:56:04 CET 2012


Updating branch refs/heads/master
         to 17cccfb6728b2d04ae2a2524e19056c22ee534ca (commit)
       from 74bf4908801af24fd86150a8e394e5e62d4cba25 (commit)

commit 17cccfb6728b2d04ae2a2524e19056c22ee534ca
Author: Paweł Forysiuk <tuxator at o2.pl>
Date:   Mon Feb 27 00:30:49 2012 +0100

    makedist.midori: Include default settings for gtk2

 win32/makedist/makedist.midori |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/win32/makedist/makedist.midori b/win32/makedist/makedist.midori
index d419811..edc9327 100755
--- a/win32/makedist/makedist.midori
+++ b/win32/makedist/makedist.midori
@@ -173,6 +173,16 @@ for LOCALE in $(cat $temp_dir/locale.list); do
 	 cp /usr/share/locale/$LOCALE/LC_MESSAGES/gtk20.mo $workdir/share/locale/$LOCALE/LC_MESSAGES/
 done
 rm $temp_dir/locale.list
+
+# Use small icons and tango icons
+gtk_etc_dir="$workdir/etc/gtk-2.0/"
+mkdir -p $gtk_etc_dir
+cat > $gtk_etc_dir/gtkrc << _EOF
+gtk-theme-name = "MS-Windows"
+gtk-fallback-icon-theme = "Tango"
+gtk-toolbar-style = GTK_TOOLBAR_ICONS
+_EOF
+
 popd > /dev/null
 
 echo -n .


More information about the Xfce4-commits mailing list