Hide Forgot
Description of problem:logged in user is hidden Version-Release number of selected component (if applicable): system-config-users-1.2.110-1.fc16.noarch How reproducible: always, whether opened as user or su - Steps to Reproduce: 1. install system-config-users 2. find yourself 3. click unhide, there you are. Actual results: no visible user in users, wihout uncheck "hide suystem users and groups" appears in groups Expected results: wheee look at my details Additional info: On Xfce, so checking control-centre or panels not an option.
Is this an upgrade from an older Fedora version or a fresh installation? Also, please post the output of the following commands (run as your user, not root) to this ticket: 1) id 2) grep '[UG]ID_MIN' /etc/login.defs Thanks!
Upgrade from F15.Xfce ~$ id uid=500(frank) gid=500(frank) groups=500(frank),10(wheel) context=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 ~$ grep '[UG]ID_MIN' /etc/login.defs UID_MIN 1000 SYS_UID_MIN 201 GID_MIN 1000 SYS_GID_MIN 201
This explains it: Your user id is 500, but the system configuration means "normal users/groups start at id 1000". Either lower UID_MIN/GID_MIN to 500 (like before Fedora 16), or change your UID/GID to 1000 or higher (you need to chown all your files to your new UID/GID then).