20141214 disabling the gnome 3 user list on fedora 21 - plembo/onemoretech GitHub Wiki

title: Disabling the Gnome 3 user list on Fedora 21 link: https://onemoretech.wordpress.com/2014/12/14/disabling-the-gnome-3-user-list-on-fedora-21/ author: phil2nc description: post_id: 9023 created: 2014/12/14 17:01:49 created_gmt: 2014/12/14 22:01:49 comment_status: closed post_name: disabling-the-gnome-3-user-list-on-fedora-21 status: publish post_type: post

Disabling the Gnome 3 user list on Fedora 21

Hey, surprise! This no longer works in Fedora 22! See my latest post, Disabling or re-enabling the Gnome 3 user list in Fedora 22. Hey, so it's a new version of Fedora with yet another upgrade of Gnome 3. Of course that means previous methods of disabling the trendy but security insensitive user list in the gdm login don't work anymore. New solution below. IMPORTANT UPDATE on 16 Dec 2014. In the last couple of Fedora releases you could turn off the user list for the gdm login screen by editing or adding /etc/dconf/db/gdm.d/01-local-settings under [/org/gnome/login-screen]  to include "disable-user-list=true", running dconf update and then restarting the gdm service. Well, doesn't work with Fedora 21. Note this procedure was updated on 16 Dec 2014 to add "sudo -u gdm" to the front of the gsettings command, ensuring that the change occurs to the gdm user's copy of the dconf database AND to remind the user that gdm needs to be restarted to make the change effective. As root: [code language="bash" gutter="false"] sudo -u gdm gsettings set org.gnome.login-screen disable-user-list true [/code] Then: [code language="bash" gutter="false"] systemctl restart gdm [/code] That's it. Ignore all other proposed solutions past and present.

Copyright 2004-2019 Phil Lembo