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:
parent
c2c8107468
commit
7f9656a5ab
@ -36,17 +36,6 @@ DESKTOP="KDE"
|
|||||||
DISPLAYMANAGER="KDE"
|
DISPLAYMANAGER="KDE"
|
||||||
EOF
|
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
|
# add initscript
|
||||||
cat >> /etc/rc.d/init.d/livesys << EOF
|
cat >> /etc/rc.d/init.d/livesys << EOF
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user