• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
Source Digit

Source Digit

Linux, Ubuntu Tutorials & News, Technology, Gadgets & Gizmos

  • Home
  • How To
  • Ubuntu
  • Instagram
  • Blogging
  • Android
  • WordPress
  • +More
    • Cloud Computing
    • Gadgets
    • Social Media
    • Technology
  • Write for Us
Home / How To / Disable The User List Or Guest Session In Ubuntu 15.10 & Ubuntu 14.04

Disable The User List Or Guest Session In Ubuntu 15.10 & Ubuntu 14.04

By Sourabh / November 28, 2015 Category: How To, Ubuntu

How to disable the user list or guest session in Ubuntu 15.10, Ubuntu 14.04 and Ubuntu Derivatives. Hide guest session in Ubuntu login screen and hide users list in Ubuntu login screen.

The default Ubuntu Login (LightDM login) screen shows the users list and Guest Session. For security concerns or on personal computers you may want to disable or hide or remove the guest session/user list from the login screen in Ubuntu Systems

There is a way to disable and hide the users list and Guest Session from the Ubuntu login screen. You can add a rule into the LightDM display manager configuration file and disable the login options on Ubuntu Systems – Ubuntu 15.04, Ubuntu 14.04, Ubuntu 14.10 and Derivatives.

Step 1 – Install GKSu

I assume you have installed GKSu. The GKSu can be insatlled via Ubuntu Software Center. Open Ubuntu Software Center and search for gksu and install it.

GKSu is a Gtk+ frontend to su and GKSudo is a frontend to sudo. Their primary purpose is to run graphical commands that need root without the need to run an X terminal emulator and using su directly.

If no command is given, the gksu program will display a small window that allows you to type in a command to be run, and to select what user the program should be run as.

Step 2 – Edit LightDM Configuration File

Open terminal and run the following commands to edit the LightDM display manager configuration file:

gksu gedit /etc/lightdm/lightdm.conf

Hide The User List From Ubuntu Login Screen

To hide the Ubuntu login screen user list, paste the following code in the file:

[SeatDefaults] greeter-hide-users=true
greeter-show-manual-login=true

Disable The Guest Session From Ubuntu Login Screen

To disable the Ubuntu login screen Guest Session, paste the following code in the file:

[SeatDefaults] greeter-session=unity-greeter
allow-guest=false

Then save the file and restart your computer to apply changes.

You can also add the two codes in one.

[SeatDefaults] greeter-hide-users=true
greeter-show-manual-login=true
allow-guest=false

 

Tags: Disable Guest Session From Ubuntu 14.04 Login Screen, Disable Guest Session From Ubuntu 15.04 Login Screen, Disable Guest Session From Ubuntu Login Screen, Disable Guest Session in Ubuntu 14.04 Login Screen, Disable Guest Session in Ubuntu 15.04 Login Screen, Disable Ubuntu Login Guest Session, Disable Ubuntu Login User List, Disable User List From Ubuntu 14.04 Login Screen, Disable User List From Ubuntu 15.04 Login Screen, Disable User List From Ubuntu Login Screen, Edit Ubuntu 14.04 Login Screen, Edit Ubuntu 15.04 Login Screen, Edit Ubuntu Login Screen Options, Hide Guest Session From Ubuntu 14.04 Login Screen, Hide Guest Session From Ubuntu 15.04 Login Screen, Hide Guest Session From Ubuntu Login Screen, Hide The User List From Ubuntu Login Screen, Hide Ubuntu Login Guest Session, Hide Ubuntu Login User List, Hide User List From Ubuntu 14.04 Login Screen, Hide User List From Ubuntu 15.04 Login Screen, Hide User List From Ubuntu Login Screen, LightDM: How To Disable The User List Or Guest Session, Remove Guest Session From Ubuntu 14.04 Login Screen, Remove Guest Session From Ubuntu 15.04 Login Screen, Remove Guest Session From Ubuntu Login Screen, Remove Ubuntu Login Guest Session, Remove Ubuntu Login User List, Remove User List From Ubuntu 14.04 Login Screen, Remove User List From Ubuntu 15.04 Login Screen, Remove User List From Ubuntu Login Screen, Ubuntu 14.04, Ubuntu 14.04 Login Screen, Ubuntu 15.04, Ubuntu 15.04 Login Screen

Primary Sidebar

Latest Posts

Ubuntu 25.04 ‘Plucky Puffin’ Is Available To Download

How to Login as Root User in Linux Terminal

Install Firefox In Ubuntu Terminal Command Line

How To Check Kernel Installed Date In Linux Ubuntu

How To List All Kernel Modules That Are Loaded In Ubuntu

Enable Ubuntu Auto Login Without Password

Download Ubuntu 25.04 Official Default Wallpapers

How To Fix Initramfs Error In Ubuntu Command Line

How To Check All Available Kernel Version In Linux Ubuntu

3 Best Artificial Intelligence Domain Name Generators

© 2025 Source Digit • Linux, Ubuntu Tutorials & News, Technology, Gadgets & Gizmos

  • Home
  • About
  • Privacy Policy
  • Terms & Conditions
  • Contact Us
  • Sitemap