ubuntu 18.04屏幕共享

2019独角兽企业重金招聘Python工程师标准>>> hot3.png

windows7系统通过连接ubuntu 18.04屏幕共享,来访问Ubuntu桌面:

1.    安装:
sudo apt install xrdp


2.    编辑配置:
sudo vim /etc/xrdp/startwm.sh
把最下面的test和exec两行注释掉,添加一行
gnome-session

 

3.  安装dconf-editor :

sudo apt-get install dconf-editor

选择: org->gnome->desktop->remote access->require encrytion 关闭

ubuntu 18.04屏幕共享_第1张图片


4. 重启屏幕共享:
settings-> Sharing->Screen Sharing:设置:

ubuntu 18.04屏幕共享_第2张图片


5. 重启Ubuntu:
sudo reboot

 

6.Windows远程桌面连接:

ubuntu 18.04屏幕共享_第3张图片

ubuntu 18.04屏幕共享_第4张图片

或者用TightVNC Viewer远程访问桌面:

ubuntu 18.04屏幕共享_第5张图片

ubuntu 18.04屏幕共享_第6张图片

ubuntu 18.04屏幕共享_第7张图片

转载于:https://my.oschina.net/michaelshu/blog/3018932

你可能感兴趣的:(ubuntu 18.04屏幕共享)