Hi,
I installed Leap 42.2 with standard KDE / SDDM. To suppress some users from login, I added to /etc/sddm.conf a [Users] section and a HideUsers line:
*— vi /etc/sddm.conf ----------------------
[Theme]
Current=breeze-openSUSE
CursorTheme=breeze_cursors
[XDisplay]
ServerPath=/usr/bin/X
SessionCommand=/etc/X11/xdm/Xsession
DisplayCommand=/etc/X11/xdm/Xsetup
MinimumVT=7
[Users]
HideUsers=media,scanuser,upnpd*
*------------------------------------------------------
*
Strange behavior 1:
If I now create a new session using the “Change user”, the first 2 users are hidden, the last ist not!
I had expected all 3 users to be hidden in SDDM
Strange behavior 2:
If I kill the new session using <CTRL> <ALT> <Backspace> this somehow overwrites sddm.conf, the HideUsers line is changed to
HideUsers=media,scanuser,^@1^@^@^@
If I change the order of the users, the behavior is similar, it is always the last user who is affected.*…