Welcome to the Tweaking4All community forums!
When participating, please keep the Forum Rules in mind!
Topics for particular software or systems: Start your topic link with the name of the application or system.
For example “MacOS X – Your question“, or “MS Word – Your Tip or Trick“.
Please note that switching to another language when reading a post will not bring you to the same post, in Dutch, as there is no translation for that post!
[Solved] MacOS X - Access Ubuntu 14.x with VNC (Screen Sharing)
(@hans)
Famed Member Admin
Joined: 12 years ago
Posts: 2859
Topic starter
July 16, 2014 9:07 AM
For those who have setup their Ubuntu box with "Desktop Sharing" enabled ...
When trying to connect to your Ubuntu box from a Mac, you will notice that when using "Screen Sharing", your Mac's default VNC client (/System/Library/CoreServices/Screen Sharing.app) will refuse to connect to your Ubuntu VNC server.
The trick is to disable encryption on your Ubuntu box with:
gsettings set org.gnome.Vino require-encryption false
(@rccoleman)
New Member
Joined: 10 years ago
Posts: 1
November 28, 2014 11:14 AM
For me, this wasn't enough. I also had to add a password to Vino to prevent OS X screen sharing from hanging when trying to connect. I did this by launching vino-preferences from the command line and adding a password (can't leave it blank). I suspect that the other suggestions on the web didn't work for me because I'm using xfce4 and not GNOME/Unity.
Rob
(@hans)
Famed Member Admin
Joined: 12 years ago
Posts: 2859
Topic starter
November 28, 2014 10:18 PM
Thanks Rob for posting your findings!