From 7f9656a5ab2113a603fb8e602fc04c62b1e1bbf7 Mon Sep 17 00:00:00 2001 From: Kevin Kofler Date: Tue, 24 Jan 2012 17:47:10 +0100 Subject: [PATCH] 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. --- fedora-live-kde-base.ks | 11 ----------- 1 file changed, 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