forked from srbala/fedora-kickstarts
hack around https://bugzilla.redhat.com/683855 by explictly using
oxygen-gtk for root user
This commit is contained in:
parent
3398cbfffe
commit
fd58dea6da
@ -104,6 +104,12 @@ if strstr "\`cat /proc/cmdline\`" netbook ; then
|
|||||||
sed -i 's/desktop/netbook/g' /usr/share/autostart/plasma-netbook.desktop
|
sed -i 's/desktop/netbook/g' /usr/share/autostart/plasma-netbook.desktop
|
||||||
fi
|
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
|
EOF
|
||||||
|
|
||||||
%end
|
%end
|
||||||
|
Loading…
Reference in New Issue
Block a user