summaryrefslogtreecommitdiffstats
path: root/scripts/upd-instroot
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2001-08-10 21:13:33 +0000
committerMatt Wilson <msw@redhat.com>2001-08-10 21:13:33 +0000
commit76db8d57d1dfc29e2c95a0f66f8bf3ba30f7dad5 (patch)
tree91b1a0dc3be8ec308f15c1334fadf5092e78120e /scripts/upd-instroot
parentd8f88b17e1989a1ed45418abe5ed851520e2dffe (diff)
downloadanaconda-76db8d57d1dfc29e2c95a0f66f8bf3ba30f7dad5.tar.gz
anaconda-76db8d57d1dfc29e2c95a0f66f8bf3ba30f7dad5.tar.xz
anaconda-76db8d57d1dfc29e2c95a0f66f8bf3ba30f7dad5.zip
don't use an include in the toplevel gtkrc, it breaks the font switching in the installer. (#51195)
Diffstat (limited to 'scripts/upd-instroot')
-rwxr-xr-xscripts/upd-instroot12
1 files changed, 10 insertions, 2 deletions
diff --git a/scripts/upd-instroot b/scripts/upd-instroot
index fba974d3b..4e36a1dbc 100755
--- a/scripts/upd-instroot
+++ b/scripts/upd-instroot
@@ -699,7 +699,15 @@ fi
# pick Raleigh theme as default
if [ -n "$NEEDGR" ]; then
+ cat <<EOF >> $DESTGR/etc/gtk/gtkrc
- echo '' >> $DESTGR/etc/gtk/gtkrc
- echo 'include "/usr/share/themes/Raleigh/gtk/gtkrc"' >> /$DESTGR/etc/gtk/gtkrc
+style "default"
+{
+ engine "raleigh"
+ {
+ }
+}
+
+class "GtkWidget" style "default"
+EOF
fi