On Monday 04 of January 2021 08:18:04 Felix Miata wrote:
...when these settings are used in tdmrc in openSUSE 15.2:
SelectedUsers=root,me HiddenUsers= UseTheme=false Theme= PreselectUser=me FocusPasswd=true LoginMode=DefaultLocal
Users list with no user preselected is a real problem, because user "me" is really my 90 year old mom. She can manage the password when it's the default, but I don't seem to be able to make it the default. Am I overlooking something? Or, is this a bug nobody notices because everybody uses the mousetype default theme or autologin?
Hi Felix,
you seem to have used the PrelectUser value incorrectly. See description of possible values:
http://git.trinitydesktop.org/cgit/tdebase/tree/tdm/config.def#n2368
For your case, you probably want values as follows:
PreselectUser=default DefaultUser=me
Cheers