去除Ubuntu 登陆界面的白点和访客账户

我们之所以选择ubuntu,就是想大道致简,所以在开机启动时那些白点和访客d账户是我无法忍受的,如果你和我一样,那么我们一起来去掉他

先去掉白点:(三行命令)

sudo xhost +SI:localuser:lightdm

sudo su lightdm -s /bin/bash

gsettings set com.canonical.unity-greeter draw-grid false;exit

然后去掉访客账户:


echo allow-guest=false | sudo tee -a /usr/share/lightdm/lightdm.conf.d/50-ubuntu.conf

你可能感兴趣的:(去除Ubuntu 登陆界面的白点和访客账户)