In general, there are> 2 users in the system, How to make your hands so that only 1 user is visible for common tasks, and the rest are hidden.
2 answers
Try:
sudo gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.mandatory --type Boolean --set /apps/gdm/simple-greeter/disable_user_list True |
If I understand correctly, then you are interested in precisely this: changing the login screen .
|