If you're stuck because KDE SDDM is doing autologin to Plasma-Wayland (which after the latest update no longer works) and the "ctrl+alt+F2" trick on boot (suggested here) isn't working for you, you will need to edit the file /etc/sddm.conf.d/kde_settings.conf and change the line described below.
sudo nano /etc/sddm.conf.d/kde_settings.conf
Under [Autologin] section change:
Session=plasmawayland
to
Session=plasma
Notice: if you have ssh enabled on the Pi and a working computer on lan you can do it via an SSH session. Else, mount the Pi media (sd-card, usb stick or whatever) on a different machine and do the editing there.
sudo nano /etc/sddm.conf.d/kde_settings.conf
Under [Autologin] section change:
Session=plasmawayland
to
Session=plasma
Notice: if you have ssh enabled on the Pi and a working computer on lan you can do it via an SSH session. Else, mount the Pi media (sd-card, usb stick or whatever) on a different machine and do the editing there.
Statistics: Posted by valentim — Fri Nov 01, 2024 9:39 am