在我的Ubuntu14.04中,/etc/lightdm/unity-greeter.conf和/etc/lightdm/lightdm.conf文件丢失了。只有/etc/lightdm/users.conf文件在/etc/lightdm/目录中。
/etc/lightdm/unity-greeter.conf
/etc/lightdm/lightdm.conf
/etc/lightdm/users.conf
/etc/lightdm/
登录屏幕也不平坦。有时,当输入密码时,它不会出现。我怎么才能解决这个问题?
发布于 2016-02-16 03:27:00
这些文件已不复存在,并已折旧。现在,通过位于/etc/lightdm/lightdm.conf.d中的单个文件进行配置。
/etc/lightdm/lightdm.conf.d
如果你想做一些配置,也许是以这个答案为例。
或者,见这个答案讨论如何在lightdm.conf不存在的情况下设置默认管理器。
https://askubuntu.com/questions/734868
相似问题