I added a new user, and used the same UID and GID that I use on all my machines, but it doesn't show up on the login screen. I added all the same groups as the gemini user
$ id -a
uid=1000(paulm) gid=1000(paulm) groups=1000(paulm),27(sudo),29(audio),44(video),50(staff),1002(aid_system),1003(aid_graphics),1004(aid_input),1005(aid_audio),3001(aid_net_bt_admin),3002(aid_net_bt),3003(aid_inet),3004(aid_inet_raw),3005(aid_inet_admin),100000(gemini)
please can anyone tell me where the settings are to make users visible?
thanks
----
edit, I found it, it's /etc/sddm.conf
I backed it up as sddm.conf.orig, made a simple change, logged in as "gemini" and logged out and now my username appears
$ diff sddm.conf*
66,67c66
< #MaximumUid=200000
< MaximumUid=9999
---
> MaximumUid=200000
70,71c69
< #MinimumUid=100000
< MinimumUid=1000
---
> MinimumUid=100000