您的位置:首页 > 其它

使用Windows上的远程桌面连接Ubuntu环境搭建

2016-01-21 00:00 931 查看
reference:

link:http://blog.csdn.net/gulianchao/article/details/10035337

cd /home/remote # remote is the newly created user.

1. set the desktop when accessing to Ubuntu desktop via Remote Desktop Connect on Windows.

echo "gnome-session" .xsesson # Ubuntu default desktop

or

echo "gnome-session --session=gnome-classic" .xsession # if this, you should install gnome desktop manager first by 'sudoapt-get install gnome-panel'.

or

echo ""xfce4-session" # if this, you'd install xfce4 desktop manager first by 'sudo apt-get install xfce4'.

2. restart xrdp service

if the desktop is innormal after logon by remote desktop connection, try to restart xrdp service.

sudo /etc/init.d/xrdp restart

then you can see the desktop corresponding to setting in /home/remote/.xsession.
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: