During today’s KDE Neon “sudo apt full-upgrade”, there was a screen:
Package configuration
┌─────────────────────────────────────────────────────────────────────────────────────────────────────┤ Configuring plasmalogin ├─────────────────────────────────────────────────────────────────────────────────────────────────────┐
│ A display manager is a program that provides graphical login capabilities for the X Window System. │
│ │
│ Only one display manager can manage a given X server, but multiple display manager packages are installed. Please select which display manager should run by default. │
│ │
│ Multiple display managers can run simultaneously if they are configured to manage different servers; to achieve this, configure the display managers accordingly, edit each of their init scripts in /etc/init.d, and disable the │
│ check for a default display manager. │
│ │
│ Default display manager: │
│ │
│ plasmalogin │
│ sddm │
│ │
│ │
│ <Ok> │
│ │
└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘
as a layman I am wondering what to select. I assume that the option that is selected is highlighted using red background. (which in my case is sddm)
$ kinfo
Operating System: KDE neon User Edition
KDE Plasma Version: 6.6.5
KDE Frameworks Version: 6.26.0
Qt Version: 6.11.1
Kernel Version: 6.17.0-35-generic (64-bit)
Graphics Platform: Wayland
AI claims:
Your
kinfooutput confirms you are running KDE Plasma 6 on Wayland. SDDM (Simple Desktop Display Manager) is the standard, recommended display manager for all modern KDE installations. It handles the graphical login screen and starts your desktop session.While
plasmaloginis listed, it is typically just a compatibility layer or legacy option. Sticking with sddm ensures full feature support and stability for your specific setup.