I made the following changes in kdm settings (using graphical interface).
On the "users" tab:
(1) I unchecked "reverse choice"
(2) I checked user "amigo"
Then clicked the apply button and noticed that it works!
The user nobody and the previously hidden user (amigotest) disappeared in the login screen.
Below I list a few lines of the config file:
- Code: Select all
/var/lib/mageia/kde4-profiles/Default/share/config/kdm/kdmrc
before applying changes:
- Code: Select all
HiddenUsers=nobody,root,amigotest
SelectedUsers=
ShowUsers=NotHidden
and after applying changes:
- Code: Select all
HiddenUsers=nobody,root,amigotest
SelectedUsers=amigo
ShowUsers=Selected
Edit:
I made the above changes yesterday and everything was OK (after logging out, rebooting not tested), but today both nobody and amigotest users appeared again in the login screen. After reversing the changes and applying them again, the hidden users disappeared (both logout and reboot tested). However they appeared again after 1 hour. I noticed that
- Code: Select all
ShowUsers=Selected
was changed somehow to
- Code: Select all
ShowUsers=NotHidden
I changed to
ShowUsers=Selected manually and ran msec. The
msec changed
Selected to
NotHidden!
I also changed the settings using
System Settings->Login Screen->users and ran msec again. The result was the same (
Selected changed to
NotHidden).