fedora-live-kde-base.ks: Create /root/.config/gtk-3.0/ before writing to it.
We need to mkdir -p /root/.config/gtk-3.0 before writing settings.ini to it. (I had noticed that only after I had pushed the commit dropping the snippet, so now that said commit got reverted, the fix is needed.)
This commit is contained in:
parent
4d94d5235b
commit
caa4c15078
@ -39,6 +39,7 @@ include "/usr/share/themes/oxygen-gtk/gtk-2.0/gtkrc"
|
||||
include "/etc/gtk-2.0/gtkrc"
|
||||
gtk-theme-name="oxygen-gtk"
|
||||
EOF
|
||||
mkdir -p /root/.config/gtk-3.0
|
||||
cat > /root/.config/gtk-3.0/settings.ini << EOF
|
||||
[Settings]
|
||||
gtk-theme-name = oxygen-gtk
|
||||
|
Loading…
Reference in New Issue
Block a user