我刚刚用Ubuntu 14.04安装了一台测试机器,我去配置XDMCP访问,发现文件/etc/lightdm/lightdm.conf已经不在了。
在谷歌中,我发现现在是在/usr/share/lightdm/lightdm.conf.d/50-ubuntu.conf中,在那里我修改了设置以启用XDMCP和其他一些:
[SeatDefaults]
user-session=ubuntu
greeter-show-manual-login=true
[XDMCPServer]
enabled=true
[SeatDefaults]
xserver-allow-tcp=true但是当我尝试使用Xming从windows机器登录时,我可以输入用户名和密码,但之后没有出现桌面,只显示了登录屏幕上的背景。
发布于 2014-04-26 11:56:41
我创建了这个文件/etc/lightm/lightdm.conf:
[SeatDefaults]
xserver-allow-tcp=true
xserver-share=true
xdmcp-port=177
greeter-show-remote-login=true
[XDMCPServer]
enabled=true
port=177然后我安装了gnome-session-flashback,因为团结在XDMCP客户机中不起作用。
https://askubuntu.com/questions/452802
复制相似问题