You Are Here: Home » How-To » Linux » Pragmatism

How To Enable Automatic Login In Fedora Linux

By on January 29th, 2009     

Setting up Fedora 10 to log into our account automatically is very easy. You simply need to append a few lines to the file called custom.conf located in the /etc/gdm/ directory. Now, open the above mentioned file in a text-editor like gedit or kedit, and append these lines:

[daemon]
TimedLoginEnable=true
TimedLogin=<Your-Username>
TimedLoginDelay=0

so that the configuration looks something like this:

screenshot-81

Alternatively you could also try using the following settings, if the above do not work:

[daemon]
AutomaticLoginEnable=true
AutomaticLogin=

Unfortunately, no GUI is still available for GNOME on Fedora 10 to achieve this! You can see the screencast below to get a clear picture of the entire How-To:

[blip.tv ?posts_id=1735065&dest=-1]

In case, you are unable to play the screencast in your browser, watch it at its direct link: http://blip.tv/file/1726452/




         Submit to Reddit     Stumble


Related Posts by Tags: , , , ,



  • Kev

    Hey – thanks for that. Really simple and easy.

    Cheers,

    Kev

  • Anthony

    Worked. Many thanks.

  • scott

    noob here. how do i grant myself permission to save it?

  • Bryan

    Scott,
    #su
    #
    #chmod +w /etc/gdm/gdm.schemas

  • http://digitizor.com The Digitizor

    @scott, note what bryan says just below your comment.
    @Bryan, Thank you fro helping out scott, but Bryan a much simpler way to do this is: su -c ‘chmod +w /etc/gdm/gdm.schemas’
    @scott, Note our reply to Bryan too.



How To Enable Automatic Login In Fedora Linux was originally published on Digitizor.com on January 29, 2009 - 9:31 pm (Indian Standard Time)