...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?
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
Slávek Banko via tde-devels composed on 2021-01-04 18:06 (UTC+0100):
http://git.trinitydesktop.org/cgit/tdebase/tree/tdm/config.def#n2368
For your case, you probably want values as follows:
PreselectUser=default DefaultUser=me
I got bit by not going to bed when I should (again), and by very rarely choosing anything other than Previous. If I had remembered to scroll down to the bottom of tdmrc this would have been obvious. Thanks Slávek!