https://www.hitbits.net/2015/07/24/ubuntu-15-04-enable-desktop-sharing-vnc-server/

  1. Open search, and search and open “Desktop Sharing.”

  2. To let others view your desktop, select Allow other users to view your desktop. This means that other people will be able to attempt to connect to your computer and view what’s on your screen.

  3. To let others interact with your desktop, select Allow other users to control your desktop. This may allow the other person to move your mouse, run applications, and browse files on your computer, depending on the security settings which you are currently using.

  4. I’d recommend either setting a password on the server (the computer you are trying to connect to) or requiring that you approve incoming connection attempts) … remember the latter is only useful if someone is going to be around to approve the connection of the server.

Lastly, if you run into an error “The authentication mechanism requested cannot be provided by the computer.” then follow the steps below:

  1. Install dconf tools (open your terminal)
    1. sudo apt-get install dconf-tools
  2. start dconf-editor from the command line and go to org->gnome->desktop->remote-access and toggle the require-encryption item to be off (or unchecked).
  3. In your terminal type the following
    1. gsettings set org.gnome.Vino require-encryption false

 

If your still having problems, leave a comment and I’ll see if I can help!

posted on 2017-11-16 23:21  查祝兆  阅读(563)  评论(0编辑  收藏  举报