Answers:
在Ubuntu 16.04之前仍然存在此问题。
目前最常见的操作是显示默认的登录屏幕/颜色。
您可以通过安装dconf编辑器来做到这一点。
用Ctrl+ Alt+ 打开终端T并输入:
sudo apt install dconf-editor
或单击dconf编辑器 自动打开软件中心,然后单击Install以安装它。
现在,我们必须授予LightDM权限才能访问dconf编辑器。
sudo -i
xhost +SI:localuser:lightdm
su lightdm -s /bin/bash
dconf-editor
在dconf编辑器上,导航到com > canonical > unity-greeter
左侧窗格中的。
重新启动以确认更改。
sudo reboot
注意:从现在开始,LightDM有权访问X服务器,因此,每次打开dconf编辑器时,LightDM已经具有访问权限。
要撤消此访问权限,请以超级用户xhost -SI:localuser:lightdm
身份发出命令。
dconf-CRITICAL **: unable to create directory '/home/tvbox/.cache/dconf': Permission denied. dconf will not work properly.
dconf-WARNING **: failed to commit changes to dconf: Error spawning command line.
虽然GUI方法有效。