https://bugs.kde.org/show_bug.cgi?id=336994
f.mass...@yahoo.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |f.mass...@yahoo.com --- Comment #9 from f.mass...@yahoo.com --- I had the same problem and I found a workaround to solve it. By looking at the source code, it seems that User manager uses a cached list of users. If an user was created and it didn't manage to cache it, it will appear in /etc/passwd but won't be present in systemsettings. Fortunately, you can manually cache the user. Type the following in the commandline (replace <username>): qdbus --system --literal org.freedesktop.Accounts /org/freedesktop/Accounts org.freedesktop.Accounts.CacheUser <username> Make sure the user was cached using : qdbus --system --literal org.freedesktop.Accounts /org/freedesktop/Accounts org.freedesktop.Accounts.ListCachedUsers -- You are receiving this mail because: You are watching all bug changes.