mirror of
https://pagure.io/fedora-kickstarts.git
synced 2024-11-10 08:00:06 +00:00
Xfce: Switch back to GDM
This commit is contained in:
parent
ba70d3bcfb
commit
e46a627ceb
@ -14,11 +14,6 @@
|
|||||||
|
|
||||||
%packages
|
%packages
|
||||||
|
|
||||||
# login
|
|
||||||
-gdm
|
|
||||||
-pulseaudio-gdm-hooks
|
|
||||||
lxdm
|
|
||||||
|
|
||||||
# Office
|
# Office
|
||||||
abiword
|
abiword
|
||||||
|
|
||||||
@ -146,8 +141,7 @@ xfce4-verve-plugin
|
|||||||
#xfce4-wavelan-plugin
|
#xfce4-wavelan-plugin
|
||||||
xfce4-weather-plugin
|
xfce4-weather-plugin
|
||||||
xfce4-websearch-plugin
|
xfce4-websearch-plugin
|
||||||
# requires gdm which we're not using in this build
|
xfce4-xfswitch-plugin
|
||||||
#xfce4-xfswitch-plugin
|
|
||||||
xfce4-xkb-plugin
|
xfce4-xkb-plugin
|
||||||
# system-config-printer does printer management better
|
# system-config-printer does printer management better
|
||||||
#xfprint
|
#xfprint
|
||||||
@ -185,12 +179,8 @@ xfwm4-themes
|
|||||||
|
|
||||||
cat > /etc/sysconfig/desktop <<EOF
|
cat > /etc/sysconfig/desktop <<EOF
|
||||||
PREFERRED=/usr/bin/startxfce4
|
PREFERRED=/usr/bin/startxfce4
|
||||||
DISPLAYMANAGER=/usr/sbin/lxdm
|
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
# set up auto-login for liveuser
|
|
||||||
sed -i 's|# autologin=dgod|autologin=liveuser|g' /etc/lxdm/lxdm.conf
|
|
||||||
|
|
||||||
cat >> /etc/rc.d/init.d/livesys << EOF
|
cat >> /etc/rc.d/init.d/livesys << EOF
|
||||||
|
|
||||||
mkdir -p /home/liveuser/.config/xfce4
|
mkdir -p /home/liveuser/.config/xfce4
|
||||||
|
Loading…
Reference in New Issue
Block a user