1

We are looking for a way to remove the list of previously logged on users from the shutdown menu in Ubuntu 14.04 LTS running Gnome Classic Desktop. We have lots of computers in a lab environment where we do not want other users to know login names of previous users that have used that particular machine.

Any help on removing this list would be appreciated.

Note, this is after a user logs into Ubuntu 14.04 LTS and when you click on the little gear icon in the upper right-hand corner to shutdown|Logout|Suspend|Restart it also displays Lock/Switch Account along with a list of user names.

Thank you!

jnlickey
  • 73
  • 1
  • 7
  • 2
    You do understand there must be hundreds of ways to list users on your system, anything from ls /home to cat /etc/passwd to commands such as who and last to looking at the logs . – Panther Jul 09 '14 at 21:37
  • Yes, we do understand that you can use other measures such as getent passwd and the like. However, we would still like to clean up our menu options to only display the currently logged in user. – jnlickey Jul 10 '14 at 02:44
  • This answer solved our problem. link – jnlickey Jul 10 '14 at 16:44

1 Answers1

0

The correct GSettings key for this is org.gnome.desktop.lockdown disable-user-switching, however an inspection of the indicator-session code shows this is not being correctly applied. See https://bugs.launchpad.net/bugs/1325353