oxygen-gtk for root user
This commit is contained in:
Rex Dieter 2011-03-10 15:33:20 -06:00
parent 3398cbfffe
commit fd58dea6da
1 changed files with 6 additions and 0 deletions

View File

@ -104,6 +104,12 @@ if strstr "\`cat /proc/cmdline\`" netbook ; then
sed -i 's/desktop/netbook/g' /usr/share/autostart/plasma-netbook.desktop
fi
# hack around https://bugzilla.redhat.com/683855
cat /root/.gtkrc-2.0 << GTKRC_EOF
include "/usr/share/themes/oxygen-gtk/gtk-2.0/gtkrc"
include "/etc/gtk-2.0/gtkrc"
gtk-theme-name="oxygen-gtk"
GTKRC_EOF
EOF
%end