Description of problem: Unable to select account for login with 15+ user accounts. Worse, Lower UIDs are not visible when higher UIDs exists. Version-Release number of selected component (if applicable): How reproducible: Always Steps to Reproduce: Clean install of Mageia-4-alpha1-LiveDVD-GNOME-x86_64-DVD.iso. non-free and tainted media are enabled, all updates applied and rebooted. 1. click up a terminal 2. su - root 3. paste the following "for loop" in a root terminal: for _id in $(seq -w 2000 2020) ; do groupadd --gid $_id xuser$_id useradd -u $_id -g $_id -m -e 2030-01-01 -c "Xuser $_id" xuser$_id passwd -u -f xuser$_id done 4. exit root login 5. exit user terminal 6. log out of user account. Note: You should now see xuser20xx accounts and no longer see or be able to select your UID 500 (user) account via the GUI controls. To pick your account, hit the Up arrow key several times, then hit enter. To remove the test accounts: for _id in $(seq -w 2000 2020) ; do userdel -r xuser$_id groupdel $_id done Reproducible: Steps to Reproduce:
this is with gdm ?
indeed even the "not listed ?" is not here
Keywords: (none) => TriagedCC: (none) => fundawang, mageia, mageia, mageia, olavSource RPM: (none) => gdm
(In reply to Manuel Hiebel from comment #1) > this is with gdm ? Guess so because it was a VirtualBox guest clean install of Mageia-4-alpha1-LiveDVD-GNOME-x86_64-DVD.iso $ cat /etc/sysconfig/desktop DISPLAYMANAGER=gdm DESKTOP=GNOME
Fixed in Mageia-4-alpha3-x86_64-DVD.iso
Resolution: (none) => FIXEDStatus: NEW => RESOLVEDCC: (none) => junknospam