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

The workaround (/root/.gtkrc-2.0 and /root/.config/gtk-3.0/settings.ini
defaulting globally to oxygen-gtk) should not be needed anymore now that the
setting is handled through xsettings.
This commit is contained in:
Kevin Kofler 2012-01-24 17:47:10 +01:00
parent c2c8107468
commit 7f9656a5ab
1 changed files with 0 additions and 11 deletions

View File

@ -36,17 +36,6 @@ 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