Hi All, I do adore lxdm (I've had issues with lightdm.)
I finally wrote down how to set lxdm up. -T lxdm: installing Note: you can <ctrl><alt>f2> to open a command prompt as root if needed. [1] if lightdm is installed: # systemctl disable lightdm # dnf remove lightdm [2] install lxdm: # dnf install lxdm --allowerasing # systemctl enable lightdm [3] edit lxdm.conf for a) any autologins and b) desired session (default does not always catch it) Mate: session=/usr/bin/mate-session Xfce: session=/usr/bin/startxfce4 # vi /etc/lxdm/lxdm.conf [base] ## uncomment and set autologin username to enable autologin # autologin=todd autologin=todd ## default session or desktop used when no systemwide config # session=/usr/bin/startlxde session=/usr/bin/startxfce4 [4] reboot [5] if lxdm does not auto start but does start from # systemctl start lxdm run the following: # systemctl set-default graphical.target # systemctl enable -f lxdm reboot -- _______________________________________________ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue