Install the EPEL Repo
# dnf install epel-release -y
Install the Xfce group
# dnf groupinstall Xfce -y
Disable the GNOME Display Manager
# systemctl disable gdm
Install and enable SDDM
# dnf install sddm
# systemctl enable sddm
Change the default target to graphical
# systemctl set-default graphical.target
Reboot
# reboot
Select “Xfce session” from the Session dropdown menu and login.
Was this helpful?
3 / 0