This is a static archive of the old Zorin Forum.

The information below may be outdated. Visit the new Zorin Forum here ›

If you have registered on the old forum, you will need to create an account on the new forum.

Removing Guest account

Avenger762

Fri May 30, 2014 6:48:03 pm

I have tried the steps in other posts, but the Guest login account for Zorin 8 gaming will not go away. I've tried installing other programs for managing users but the Guest account does not show up in any of the lists so that I may remove it. If there is no way to remove it, Is there a way I can hide it from the login page?

Thanks,

Swarfendor437

Sat May 31, 2014 12:30:35 am

Hi, please try the guide here:

http://www.landoflinux.com/linux_ubuntu ... count.html

Scroll down to the 13.10 instructions as that is what Zorin 8 is based on.

Keep us posted! :D

Wolfman

Sat May 31, 2014 7:16:13 am

Hi,

quick and nasty:

Press Ctrl+Alt+t to open the terminal. when it opens, paste the following command(s) :

Code:
sudo nano /usr/share/lightdm/lightdm.conf.d/50-ubuntu.conf


Add the following line, save and close.

Code:
allow-guest=false


Reboot, and it should solve the problem.

SplatOz

Wed Jun 04, 2014 4:56:54 pm

Wolfman - I'm having a disconnnect.

The landoflinux link points to:
sudo vi /etc/lightdm/lightdm.conf.d/50-unity-greeter.conf

This file does exist on my system.

However your last post points to:
sudo nano /usr/share/lightdm/lightdm.conf.d/50-ubuntu.conf

This directory/file does not exist on my Zorin 8 system:
Code:
$ ls -l /usr/share/lightdm/lightdm.conf.d/
ls: cannot access /usr/share/lightdm/lightdm.conf.d/: No such file or directory
$ ls -l /usr/share/lightdm
total 4
drwxr-xr-x 2 root root 4096 Dec 22 14:22 remote-sessions
$


Alternatively, I've checked/changed the following and I still have a guest account:
Code:
$ cd /etc/lightdm/lightdm.conf.d/
$ ls -ltr
total 24
-rw-r--r-- 1 root root 35 Sep  2  2013 10-ubuntu.conf
-rw-r--r-- 1 root root 51 Oct  8  2013 50-xserver-command.conf
-rw-r--r-- 1 root root 72 Oct  8  2013 50-greeter-wrapper.conf
-rw-r--r-- 1 root root 84 Nov  4  2013 50-guest-wrapper.conf
-rw-r--r-- 1 root root 72 Dec 17 11:01 50-zorin-greeter.conf
-rw-r--r-- 1 root root 63 Jun  4 09:18 50-unity-greeter.conf
$ more 10-ubuntu.conf
[SeatDefaults]
user-session=ubuntu
$ more 50-greeter-wrapper.conf
[SeatDefaults]
greeter-wrapper=/usr/lib/lightdm/lightdm-greeter-session
$ more 50-guest-wrapper.conf
[SeatDefaults]
guest-wrapper=/usr/lib/lightdm/lightdm/lightdm-guest-session-wrapper
$ more 50-unity-greeter.conf
[SeatDefaults]
greeter-session=unity-greeter
allow-guest=false
$ more 50-zorin-greeter.conf
[SeatDefaults]
greeter-session=zorin-greeter
user-session=zorin_desktop
allow-guest=false
$