Revert "fedora-live-kde-base.ks: Drop the workaround for GTK+ apps running as root."

This reverts commit 7f9656a5ab.
This commit is contained in:
Rex Dieter 2012-05-14 15:22:56 -05:00
parent e543953520
commit 3bcca4d1c4
1 changed files with 11 additions and 0 deletions

View File

@ -33,6 +33,17 @@ DESKTOP="KDE"
DISPLAYMANAGER="KDE"
EOF
# make oxygen-gtk the default GTK+ theme for root (see #683855, #689070)
cat > /root/.gtkrc-2.0 << EOF
include "/usr/share/themes/oxygen-gtk/gtk-2.0/gtkrc"
include "/etc/gtk-2.0/gtkrc"
gtk-theme-name="oxygen-gtk"
EOF
cat > /root/.config/gtk-3.0/settings.ini << EOF
[Settings]
gtk-theme-name = oxygen-gtk
EOF
# add initscript
cat >> /etc/rc.d/init.d/livesys << EOF