summaryrefslogtreecommitdiffstats
path: root/fedora-live-kde-base.ks
diff options
context:
space:
mode:
authorKevin Kofler <Kevin@tigcc.ticalc.org>2012-01-24 17:47:10 +0100
committerKevin Kofler <Kevin@tigcc.ticalc.org>2012-01-24 17:47:10 +0100
commit7f9656a5ab2113a603fb8e602fc04c62b1e1bbf7 (patch)
tree6734f5cf3849833a379c77f253ce0c92616a951b /fedora-live-kde-base.ks
parentc2c81074687187ae880e354d22042c9a7e4cabbd (diff)
downloadspin-kickstarts-7f9656a5ab2113a603fb8e602fc04c62b1e1bbf7.tar.gz
spin-kickstarts-7f9656a5ab2113a603fb8e602fc04c62b1e1bbf7.tar.xz
spin-kickstarts-7f9656a5ab2113a603fb8e602fc04c62b1e1bbf7.zip
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.
Diffstat (limited to 'fedora-live-kde-base.ks')
-rw-r--r--fedora-live-kde-base.ks11
1 files changed, 0 insertions, 11 deletions
diff --git a/fedora-live-kde-base.ks b/fedora-live-kde-base.ks
index 715918a..7989310 100644
--- a/fedora-live-kde-base.ks
+++ b/fedora-live-kde-base.ks
@@ -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