Hi!
I did this for have a "guest" false session with GDM Login:

1.- Create a count without privileges (example Guest). Then password =
guest :P Any easy.

2.- Configure this count (Guest).

3.- Add all files (included hidden) to a .tar file and save it (example
/etc/init.d/guest.tar)

4.- Create this file /etc/init.d/guest.sh
With this context:
[CODE]#!/bin/sh
rm -rf /home/guest
mkdir /home/guest
chown guest:guest /home/guest
tar -C /home/guest -xvf /etc/init.d/guest.tar[/CODE]

5.- In terminal:
[CODE]sudo chmod +x /etc/init.d/guest.sh
sudo update-rc.d guest.sh defaults[/CODE]


With this 5 steps, all configuration user is restart to "default" (in .tar 
file), in each retart :)
Cheers!

-- 
[Intrepid] "Guest" account should be accessible from login screen
https://bugs.launchpad.net/bugs/264835
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to