this post was submitted on 07 Apr 2026
5 points (100.0% liked)

CachyOS

297 readers
1 users here now

https://cachyos.org/

founded 2 years ago
MODERATORS
 

i want to useradd a user that doesn't show up in the login window, is using the -r (system user) flag a good idea for that? is there another option that i can't find?

top 9 comments
sorted by: hot top controversial new old
[–] ClipperDefiance@lemmy.world 4 points 5 days ago (1 children)

Depending on which display manager you use you could always just use a theme that requires typing a username rather than selecting from a list. I know there are a few SDDM themes like that.

[–] rapchee@lemmy.world 2 points 5 days ago (1 children)

on another pc i actually do do that, but i was wondering if there was another way

[–] ClipperDefiance@lemmy.world 1 points 5 days ago (1 children)

I did some quick research and SDDM can do what you want by editing the sddm.conf file. You just have to add the username to HideUsers in the [Users] section.

[–] rapchee@lemmy.world 1 points 5 days ago

ah i haven't thought of that
thank you!

[–] CrackedLinuxISO@lemmy.dbzer0.com 0 points 5 days ago (1 children)

The answer will depend on which desktop environment or login manager you're using.

System users are not the right solution. The use-case for such accounts is when you want certain background services to be linked to a non-human account. Eg: Serving web requests from an http user account that only has access to nginx and the /var/www directory. By default, users created in this way don't even have a home directory.

[–] rapchee@lemmy.world 1 points 5 days ago (1 children)

i'm using kde with sddm i believe

[–] CrackedLinuxISO@lemmy.dbzer0.com 1 points 5 days ago* (last edited 5 days ago) (1 children)

In that case, it looks like you need to edit sddm.conf and set the HideUsers= field. Source.

[–] rapchee@lemmy.world 1 points 5 days ago (1 children)

is it normal that the sddm.conf is empty? it's supposed to be /etc/sddm.conf right?

[–] CrackedLinuxISO@lemmy.dbzer0.com 2 points 5 days ago* (last edited 5 days ago)

Your system may be reading the default config from /usr/lib/sddm/sddm.conf.d/default.conf, in which case the config file in /etc will probably be empty. You should not edit the contents of a default config.

The recommended location for sddm.conf is within the /etc/sddm.conf.d/ directory, so also check for files there.