
There are some users who see this functionality as useless and want to get rid of it, but it's not really a recommended step because once removed, you will also lose your profile indicator displayed in the top panel:
Before:
After:
Getting Started
1. Open the terminal under Ubuntu 11.10 and edit the lightdm.conf file with this command:
sudo gedit /etc/lightdm/lightdm.conf
2. At the end of the file, add this line:
allow-guest=false
It will be something like this:
[SeatDefaults]
autologin-guest=false
autologin-user=upubuntu
autologin-user-timeout=0
autologin-session=lightdm-autologin
greeter-session=unity-greeter
user-session=ubuntu
allow-guest=false
Save your file and exit.
3. Restart now your system. The guest session will not appear now in the login screen:
4. To restore the guest session as well as your profile indicator, remove the "allow-guest=false" line from the /etc/lightdm/lightdm.conf file and reboot your computer.
That's it!
Post a Comment