红联Linux门户
Linux帮助

Ubuntu Desktop 15.10自带桌面共享问题修复

发布时间:2016-01-08 09:52:35来源:linux网站作者:坐看云起

Ubuntu 15.10 (似乎从14.04开始) 的小坑,使用自带远程桌面连接出错,弄得我很不爽,偶尔从 youtube 上看到一视频,解决了。

顺便说一下,这个自带的桌面共享的名字是:vino。原本使用 vnc4server 也挺好,无奈 xubuntu lubuntu 都没问题,但是使用 ubuntu unity 就是灰屏,纠结。

能FQ的请自己看:YOUTUBE(https://www.youtube.com/watch?v=vnFJKvu8XDc)


SOLUTTION - 01

1.sudo apt-get -y install dconf-tools
2.dconf write /org/gnome/desktop/remote-access/require-encryption false
3./usr/lib/vino/vino-server --sm-disable start


SOLUTTION - 02

Type "gsettings set org.gnome.Vino require-encryption false"


Linux字符模式下的“远程桌面共享”及屏幕录制:http://www.linuxdiyf.com/linux/8382.html

Ubuntu 12.04下安装文件传输远程桌面共享软件Teamviewer:http://www.linuxdiyf.com/linux/2409.html