mirror of
https://pagure.io/fedora-kickstarts.git
synced 2024-11-09 23:50:07 +00:00
enable kdm.service, DisplayManagerRework feature
per https://fedoraproject.org/wiki/Features/DisplayManagerRework
This commit is contained in:
parent
7a89c92eaa
commit
0e4d9dfc4f
@ -30,9 +30,11 @@ alsa-utils
|
||||
# create /etc/sysconfig/desktop (needed for installation)
|
||||
cat > /etc/sysconfig/desktop <<EOF
|
||||
DESKTOP="KDE"
|
||||
DISPLAYMANAGER="KDE"
|
||||
EOF
|
||||
|
||||
# enable kdm for https://fedoraproject.org/wiki/Features/DisplayManagerRework
|
||||
systemctl enable --force kdm.service
|
||||
|
||||
# make oxygen-gtk the default GTK+ theme for root (see #683855, #689070, #808062)
|
||||
cat > /root/.gtkrc-2.0 << EOF
|
||||
include "/usr/share/themes/oxygen-gtk/gtk-2.0/gtkrc"
|
||||
|
Loading…
Reference in New Issue
Block a user