On 23/04/2021 05:26, home user wrote:
bash.8[~]: systemctl status display-manager ● lightdm.service - Light Display Manager Loaded: loaded (/usr/lib/systemd/system/lightdm.service; enabled; vendor preset: enabled) Active: active (running) since Thu 2021-04-22 10:57:46 MDT; 4h 27min ago Docs: man:lightdm(1) Main PID: 979 (lightdm) Tasks: 5 (limit: 19096) Memory: 76.8M CPU: 6min 44.528s CGroup: /system.slice/lightdm.service ├─ 979 /usr/sbin/lightdm └─129997 /usr/libexec/Xorg -core -noreset :0 -seat seat0 -auth /run/lightdm/root/:0 -nolisten tcp vt1 -novtswitch
Warning: some journal files were not opened due to insufficient permissions. bash.9[~]: ll /etc/systemd/system/display-manager.service lrwxrwxrwx. 1 root root 39 Sep 26 2015 /etc/systemd/system/display-manager.service -> /usr/lib/systemd/system/lightdm.service bash.10[~]:
lightdm (= Light Display Manager)
This may be your problem.....
Wayland session not working with duplicate GNOME entries in greeter Some greeters (lightdm-webkit2-greeter for example) do not support two sessions with the same name [1]. To check for duplicate entries: ls -1 /usr/share/wayland-sessions /usr/share/xsessions Rename the duplicate entry in /usr/share/xsessions. For example: mv /usr/share/xsessions/gnome.desktop /usr/share/xsessions/gnome.desktop.disabled
Or, you can try switching to a different DM.
If you have gdm or sddm installed you can do....
systemctl --force enable sddm
Then reboot.