14.04 xrdp

Ubuntu
回覆文章
yehlu
Site Admin
文章: 3245
註冊時間: 2004-04-15 17:20:21
來自: CodeCharge Support Engineer

14.04 xrdp

文章 yehlu »

https://www.youtube.com/watch?v=gFdBSyy4xcM

1) Install the VNC Remote Desktop Server software a.

代碼: 選擇全部

sudo apt-get install xrdp 
2) Install the gnome IDE a.

代碼: 選擇全部

sudo apt-get install gnome-session-fallback
3) Set the user xsession config file in home directory, create a file .xsession replace [greater than] with the symbol (YouTube does not allow the bracket symbol) (see video for that is really typed in) a.

代碼: 選擇全部

echo "gnome-session --session=gnome-fallback" > ~/.xsession
4) Reset the xserver a.

代碼: 選擇全部

sudo /etc/init.d/xrdp restart
yehlu
Site Admin
文章: 3245
註冊時間: 2004-04-15 17:20:21
來自: CodeCharge Support Engineer

Re: 14.04 xrdp

文章 yehlu »

http://www.linuxidc.com/Linux/2014-04/100491.htm

Windows远程桌面连接Ubuntu 14.04

[日期:2014-04-20] 来源:Linux社区 作者:issate [字体:大 中 小]
由于xrdp、gnome和unity之间的兼容性问题,在Ubuntu 14.04版本中仍然无法使用xrdp登陆gnome或unity的远程桌面,现象是登录后只有黑白点为背景,无图标也无法操作。与13.10中的解决方式相同,使用xrdp只能登录xfce的远程桌面。

相关阅读:

Ubuntu 14.04 下载、安装、配置 整理汇总 页面 http://www.linuxidc.com/Linux/2014-04/100370.htm

Windows 7下硬盘安装Ubuntu 14.04永久更新地址: http://www.linuxidc.com/Linux/2014-04/100369.htm

首先安装xfce:

sudo apt-get update

sudo apt-get install xfce4

如果网速较慢,这会持续一段时间。

然后安装xrdp组件和vnc服务器:

sudo apt-get install xrdp vnc4server

安装好后要自行新建配置文件,使得在远程登录时默认使用xfce作为界面登录,然后重启xrdp服务:

echo "xfce4-session" >~/.xsession

sudo service xrdp restart

这个相当于在当前用户的home目录下新建一个名为.xsession的隐藏文件,并向文件中写入一行xfce4-session。也可以用touch新建文件,并用vi编辑:

touch ~/.xsession

vi ~/.xsession

至此安装和配置工作完成,即可在Windows中使用“远程桌面连接”程序连接Ubuntu主机。也可以通过任何其它支持RDP协议的终端连接,比如iOS平台上微软官方的远程桌面客户端RD Client。
回覆文章

回到「Ubuntu」