Home Beginner's Guide Configuring Automatic Login and Lock Screen on Ubuntu 19.10

Configuring Automatic Login and Lock Screen on Ubuntu 19.10

by Travis Rose
Published: Last Updated on
automatic login and lock screen

Whether it’s Linux or Windows, Ubuntu, or Fedora, I am not an ‘automatic’ type of guy.  That is to say, and I don’t want my login automated, nor do I want my updates automatically installed.  This preference directly results from over thirty years in Information Technology, prudence, habit, and experience.  Plus, it’s just plain smart security sense.

However, I further realize that as Linux users get younger and younger, I am increasingly in the minority in this sense.  While I strongly disagree with automatic logins and updates, I can understand the desire for it.

So, with that understanding, let’s go about the business of instituting automated logins in Ubuntu.  We will also take the time to address the Ubuntu Lock Screen setting.  Configuring automatic Ubuntu software updates is much more in-depth.  We will discuss this in a separate dedicated article at a later date.

Change Ubuntu Login Settings

Ubuntu 19.10 Login Screen

Ubuntu 19.10 Login Screen

To change your login settings in Ubuntu, login to Ubuntu as usual.

Open the Activities overview by selecting Show Applications.

Show Applications

Open the Activities overview by selecting the Show Applications icon in the lower-left-hand corner of your screen.

Access the Settings | Users option by typing Users.

Access the Settings

Access the Settings | Users option by typing Users in the Search box.

Click Users (Add or remove users and change your password) to open the Users panel.

Click the Unlock button.

Click the Unlock button.

In the upper-right-hand corner of the Users panel, click the Unlock button. Enter your password when prompted. Click Authenticate.

Change/toggle the Automatic Login Switch to On (green).

Users

Change/toggle the Automatic Login Switch to On (green).  Close the window to save and exit.

Alternative-Method-for-accessing-account-settings

Account Settings

Alternatively, we could have accessed the Users panel via the System Menu in the upper-right-hand corner and select <username> and Account Settings.

We could have also enabled automatic logins from the terminal by editing the etc/gdm3/custom.conf:

# sudo vi /etc/gdm3/custom.conf

uncommenting the following lines:

# AutomaticLoginEnable = true
# AutomaticLogin = user1

and changing to (substitute the actual username for mtravisrose in the example):

AutomaticLoginEnable=True
AutomaticLogin=<username>
You can also enable Automatic Logins via the terminal.

Automatic Login

Save and exit the /etc/gdm3/custom.conf file via <Esc>!wq<Enter>.

Note: While I am a massive proponent of Linux users doing everything that they can through the CLI when possible, changing settings is the one exception.  Particularly amongst new users.  Typos are all too common when editing config files, and usually not worth risking a mistake.

Your account will now automatically log in when Ubuntu starts.

Change Ubuntu Lock Screen Setting

While I am incredibly security-conscience as it relates to computing, I must admit I hate the 10-minute default Screen Lock that Ubuntu imposes on its users.  That usually is one of the first things that I change when installing a new system.

Disabling or changing your Ubuntu 19.10 Screen Lock is simple.

Login to Ubuntu as usual.

Open the Activities overview via Show Applications.

Open the Activities overview via Show Applications.

Open the Activities overview by selecting the Show Applications icon in the lower-left-hand corner of your screen.

Access the Settings | Privacy option by typing Privacy.

Access the Settings | Privacy option by typing Privacy.

Access the Settings | Privacy option by typing Privacy in the Search box.

Click Privacy (Protect your personal information and control what others might see) to open the Privacy panel.

Toggle Automatic Screen Lock Off.

Toggle Automatic Screen Lock Off.

At the Privacy panel, select Screen Lock.  Toggle Automatic Screen Lock to the Off position at the Screen Lock window.  Close the Screen Lock window and the Privacy panel, respectively, to save your settings.

Note that we could have also changed the Lock screen after blank for the option to increase Ubuntu’s default 10 minute Screen Lock if we so desired.

Alternatively, we can disable Ubuntu 19.10’s System Lock via the Terminal.

# gsettings set org.gnome.desktop.screensaver lock-enabled false
gsettings set org.gnome.desktop.screensaver lock-enabled false

gsettings set org.gnome.desktop.screensaver lock-enabled false

We can also check to see if Screen Lock is enabled via the CLI.

# gsettings get org.gnome.desktop.screensaver lock-enabled false
Lock the Screen any time by pressing <WinKey> L at anytime.

Lock the Screen by pressing L at any time

Although I don’t have Screen Lock automatically enabled, I still can lock the Screen any time by pressing <WinKey> L.

I still do when I walk away from my system, whether at work or home alone.  Old habits die hard!

Conclusion

I cannot reiterate enough how ingrained my sense of security is dealing with anything information technology-related.  So much so that even writing this article felt foreign to me and seems somehow ‘wrong.’

However, times have changed.  If your system is physically secure and only you and your loved ones have access to it, there’s no reason that you cannot forego Lock Screen as well as enjoy the automatic login option that Ubuntu 19.10 affords you.  We hope that our article was useful in that endeavor.

You may also like

4 comments

Stan B. November 10, 2019 - 9:29 PM

Thanks so much! I’m a newbie trying to make my way around Ubuntu 19.10 and this was well written!

Reply
Travis Rose November 29, 2019 - 2:21 AM

Thanks, Stan. I appreciate it and am glad it helped. As a newbie, if you ideas or requests for other article types, please advise and we will try to accommodate.

As always, thanks for reading FOSS Linux,

Travis

Reply
normandantzig November 29, 2019 - 2:16 AM

Hmmm. Followed the instructions and the auto login doesn’t work for me. Screen lock does work for me.

Reply
Travis Rose November 29, 2019 - 2:27 AM

Hi, Norman,

That’s odd. Is there any additional information that you can provide? Also, can you verify you’re running 19.10, please?

As always, thanks for reading FOSS Linux,

Travis

Reply

Leave a Reply to normandantzig Cancel Reply

fl_logo_v3_footer

ENHANCE YOUR LINUX EXPERIENCE.



FOSS Linux is a leading resource for Linux enthusiasts and professionals alike. With a focus on providing the best Linux tutorials, open-source apps, news, and reviews written by team of expert authors. FOSS Linux is the go-to source for all things Linux.

Whether you’re a beginner or an experienced user, FOSS Linux has something for everyone.

Follow Us

Subscribe

©2016-2023 FOSS LINUX

A PART OF VIBRANT LEAF MEDIA COMPANY.

ALL RIGHTS RESERVED.

“Linux” is the registered trademark by Linus Torvalds in the U.S. and other countries.