https://bugs.kde.org/show_bug.cgi?id=506205
molson <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from molson <[email protected]> --- If it's of any help, GDM & LightDM achieve this through the AccountsService D-Bus Service (https://www.freedesktop.org/wiki/Software/AccountsService/). A login with a new user (local or remote) generates configuration files in the /var/lib/AccountsService tree, the key one being an ini-style file at /var/lib/AccountsService/users/<username> containing various metadata (including whether the account should be displayed by the DM), which can then be queried through d-bus. It is possible to pre-populate this data as well, which I've seen done as part of end-user machine build scripts in several corporate environments. -- You are receiving this mail because: You are watching all bug changes.
