我是靠谱客的博主 拉长乐曲,这篇文章主要介绍配置Xmanager连接Ubuntu 14.04远程桌面,现在分享给大家,希望可以做个参考。

Xmanager默认使用XDMCP协议连接远程桌面, 因此这里我们需要启用XDMCP协议.

$ sudo vim /usr/share/lightdm/lightdm.conf.d/50-ubuntu.conf
[SeatDefaults]
user-session=mate
#将其改为mate, 并添加如下几行
allow-guest=false
greeter-show-manual-login=true
greeter-hide-users=true
[XDMCPServer]
enabled=true
$ sudo service lightdm restart
$ netstat -anp
|grep :177
#确保UDP的177端口启动成功(XDMCP使用UDP 177端口)
udp
0
0 0.0.0.0:177
0.0.0.0:*
-
udp6
0
0 :::177
:::* 

接下来是安装mate桌面

$ sudo apt-add-repository ppa:ubuntu-mate-dev/ppa
$ sudo apt-add-repository ppa:ubuntu-mate-dev/trusty-mate
$ sudo apt-get update

mate官方WIKI针对Ubuntu 14.04给出了三种安装方式

$ sudo apt-get install mate-desktop-environment-core
#安装一个最小化的mate桌面
$ sudo apt-get install mate-desktop-environment
#安装一个完整的mate桌面
$ sudo apt-get install mate-desktop-environment-extras #安装一个完整的mate桌面(包含推荐的软件包)

本文这里使用了第二种方式安装.

然后就可以在Xmanager里输入IP地址, 方法选择XDMCP Query即可连接.
这里写图片描述

参考文章:
- xmanager远程Ubuntu1604LTS
- 配置Xmanager连接Ubuntu 14.04远程桌面
- Ubuntu 14.04 安装配置GNOME经典界面
- Ubuntu1404优化指南
- Ubuntu 用户安装 MATE

最后

以上就是拉长乐曲最近收集整理的关于配置Xmanager连接Ubuntu 14.04远程桌面的全部内容,更多相关配置Xmanager连接Ubuntu内容请搜索靠谱客的其他文章。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(92)

评论列表共有 0 条评论

立即
投稿
返回
顶部