Ubuntu

How to disable screen locking in Ubuntu 18.04 LTS

How to disable screen locking in Ubuntu 18.04 LTS

Those new to Ubuntu 18.04 may be finding it hard to locate the setting to disable screen locking. This applies to people who migrated from Ubuntu Unity desktop environment. It can get confusing because looking for “lock” in the GNOME “Activities” menu and selecting it actually locks the screen immediately unlike in Unity where it used to take you to the setting.

Let's take a quick look at the GNOME privacy settings where you can enable and disable screen lock feature.

Disabling screen locking in Ubuntu 18.04

You can disable screen locking by two methods including the GUI way and other the command line way from the Terminal. Let's take a look at both the methods:

Method 1: GUI way

Step 1) Click “Activities” button and look for “Settings”.

Launch Settings

Step 2) In the Settings App, click on “Privacy” tab.

Settings App in Ubuntu 18.04

Step 3) You should see “Screen Lock” setting in the right pane. It will be “On” by default settings. Click on it.

Step 4) Toggle the “Automatic Screen Lock” to “OFF” status.

The screen will no longer lock itself.

Method 2: Command-line Way

The same settings change can also be quickly done by command line from Terminal. To do that follow these steps:

Step 1) Launch “Terminal”.

Step 2) Enter the following command and hit enter.

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

That's it! The display screen will no longer lock by itself. Although this seems not a great idea for privacy, it makes sense to apply the setting on virtual machines or computers solely used and monitored by you only.

Linux için En İyi 5 Ergonomik Bilgisayar Faresi Ürünleri
Uzun süreli bilgisayar kullanımı bileğinizde veya parmaklarınızda ağrıya neden olur mu?? Sert eklemlerden muzdarip misiniz ve sürekli ellerinizi sıkma...
How to Change Mouse and Touchpad Settings Using Xinput in Linux
Most Linux distributions ship with “libinput” library by default to handle input events on a system. It can process input events on both Wayland and X...
Remap your mouse buttons differently for different software with X-Mouse Button Control
Maybe you need a tool that could make your mouse's control change with every application that you use. If this is the case, you can try out an applica...