我有以下系统:
$ lsb_release -a
Distributor ID: Ubuntu
Description: Ubuntu 17.10
Release: 17.10
Codename: artful
$ gdm3 --version
GDM 3.26.1
我想禁用 GDM 中的用户列表并输入我的用户名和密码登录。我已经搜索了很多,但没有找到任何有价值的解决方案。
我怎样才能做到这一点?
我有以下系统:
$ lsb_release -a
Distributor ID: Ubuntu
Description: Ubuntu 17.10
Release: 17.10
Codename: artful
$ gdm3 --version
GDM 3.26.1
我想禁用 GDM 中的用户列表并输入我的用户名和密码登录。我已经搜索了很多,但没有找到任何有价值的解决方案。
我怎样才能做到这一点?
此功能当前存在错误,请参阅:https ://bugs.launchpad.net/ubuntu/+source/gdm3/+bug/1724944并标记自己受到影响
dconf-editor
如果您还没有,则需要安装该工具:然后,当您打开它时,导航到:
并将“禁用用户列表”按钮设置为“打开”:
由于上述问题仍然存在,唯一的解决方案是现在通过终端编辑以下行
/etc/gdm3/greeter.dconf-defaults
:至:
请务必编辑这两行,否则您可能会完全崩溃您的登录。
一种选择:
编辑
/usr/share/gdm/greeter.dconf-defaults
并删除“#”以取消注释该行:另外的选择:
使用 gconftool-2 或 gconf-editor。将此值更改为 true:
参考
https://help.gnome.org/admin/gdm/stable/configuration.html.en
https://mike632t.wordpress.com/2016/05/28/gnome-3-customizing-the-login-screen/#用户列表