Hi friends,
I'm building a custom live distro from my preferred OS Ubuntu/Xenial Gnome ;-) From GDM, I would enable the user password access and disable the autologin. I've found where make changes: on casper->scripts/casper-bottom/15autologin

Here the code:

if [ -f $GDMCustomFile ]; then
    # Configure GDM autologin
    sed -i -r \
-e "s/^#[ ]*AutomaticLoginEnable =.*\$/AutomaticLoginEnable=false/" \
        -e "s/^#[ ]*AutomaticLogin =.*\$/AutomaticLogin=$USERNAME/" \
    -e "s/^#[ ]*TimedLoginEnable =.*\$/TimedLoginEnable=false/" \
        $GDMCustomFile
fi


But another issue, related, should I change. In fact so, the live system, pauses in front of GDM, but clicking to the user go ahead without asking for the password.
Should I delete the cede line:

 -e "s/^#[ ]*AutomaticLogin =.*\$/AutomaticLogin=$USERNAME/" \

Or could you suggest me a better procedure?

Many many thanks!



Davide Marchi
Italy

--
Ubuntu-GNOME mailing list
Ubuntu-GNOME@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-gnome

Reply via email to