How to Enable or Disable User Switching in Ubuntu Linux

software gdfcbe
software gdfcbe

This article explains the steps you can take to enable or disable the “Switch User” command on the system menu in Ubuntu Linux.

Ubuntu Linux is a multi-user operating system. It supports fast user switching like Windows and other major operating systems.

If you have more than one account on your Ubuntu Linux machine, you can use User Switching to switch between accounts without signing out of your account or closing your apps and files.

The “Switch User” command on the system menu will only show when you have multiple accounts. If a single account is created, this option will be hidden.

Here’s how to add or remove the “Switch User” command on the system menu on Ubuntu Linux.

Enable or disable the “Switch User” command on the system menu

As described above, users can switch accounts in a multi-user operating system without first signing out or closing their apps.

You can show or hide the fast user-switching command on Ubuntu Linux on the system menu. Below is how to do that.

Enable or Disable fast switching using the command terminal console

Like many other Linux distributions, most system settings changes are done using the command terminal. Most Linux users should be somehow familiar with the command terminal.

First, open the Terminal app in Ubuntu Linux.

You can do that by pressing the Super key (or Windows key) to show the Overview screen. Then use the search box to search for ‘Terminal.’

Select the Terminal app to launch.

Ubuntu Linux activities overview Terminal search
Ubuntu Linux activities overview Terminal search

Alternatively, press the keyboard shortcut (CTRL + ALT + T) on your keyboard to launch the Terminal app.

When the Terminal app opens, type the commands below to hide the “Switch User” command from the system menu.

gsettings set org.gnome.desktop.lockdown disable-user-switching true

Run the commands below to reverse the change and display the “Switch User” command again.

gsettings reset org.gnome.desktop.lockdown disable-user-switching

Enable or Disable fast switching using the Dconf Editor

You can also use Dconf Editor to make typical system changes if you can’t use the command Terminal app.

If you are familiar with Windows, you know about Windows Registry Editor.

Ubuntu Linux doesn’t have a registry database to configure hidden system settings. Howerver, Ubuntu Linux uses the Dconf Editor tool to change low-level system configurations and settings.

You can call it a Ubuntu Linux Registry Editor because it provides similar functionality without a massive Windows system database.

To use Dconf Editor, you must first install it since it doesn’t come with Ubuntu Linux.

Read the post below to learn how to install software on Ubuntu Linux.

How to add or remove software on Ubuntu Linux

In the Ubuntu Software app, search for Dconf Editor to install.

ubuntu linux decon editor install
Ubuntu Linux decon editor install

After installing and launching the Dconf Editor app, navigate to the path below:

org -> gnome -> desktop -> lockdown

Scroll down, locate the disable-user-switching settings, and toggle the button to the On position to disable fast user switching.

To enable it, toggle the button back to the Off position.

ubuntu dconf editor for fast switching
ubuntu dconf editor for fast switching

Example of user switching on or off.

That should do it!

Conclusion:

This post showed you how to disable fast user switching on Ubuntu Linux. Please use the comment form below if you find any errors above or have something to add.

Posted by
Richard W

I love computers; maybe way too much. What I learned I try to share at geekrewind.com.

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.

%d bloggers like this: