makedist.midori: Include default settings for gtk2
This commit is contained in:
parent
74bf490880
commit
17cccfb672
1 changed files with 10 additions and 0 deletions
|
@ -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/
|
cp /usr/share/locale/$LOCALE/LC_MESSAGES/gtk20.mo $workdir/share/locale/$LOCALE/LC_MESSAGES/
|
||||||
done
|
done
|
||||||
rm $temp_dir/locale.list
|
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
|
popd > /dev/null
|
||||||
|
|
||||||
echo -n .
|
echo -n .
|
||||||
|
|
Loading…
Reference in a new issue