Fix VNC Desktop Sharing on Ubuntu Desktop 14.04

Solution 1

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

Solution 2

gsettings set org.gnome.Vino require-encryption false
 
 
 
posted @ 2015-12-19 11:30  Waichung  阅读(459)  评论(0编辑  收藏  举报