7

By default, there is an application installed in Ubuntu that allows for remote desktop connections over VNC. The application shows up with the name Desktop Sharing in the Unity dock.

What is the actual name of this default VNC application, assuming you wanted to start the graphical application from the terminal.

IQAndreas
  • 3,188
  • As a side note, I just realized Vino is installed by default on Ubuntu, but not on XUbuntu, however, if you are running the latter, a quick sudo apt-get install vino will solve that. – IQAndreas Aug 23 '14 at 00:07

1 Answers1

13

The default VNC server is called Vino. It's part of the GNOME project. The Desktop Sharing app you see is vino-preferences. It doesn't have a man page that I can find, but the three programs of interest are:

  1. vino-preferences
  2. vino-passwd
  3. /usr/lib/vino/vino-server (it's not in the PATH, in case you want to start it manually.)
muru
  • 197,895
  • 55
  • 485
  • 740
  • Perfect, all and exactly what I needed! – IQAndreas Aug 23 '14 at 00:05
  • +1; you can be interested in this too: http://askubuntu.com/questions/408365/gnome-3-10-sharing-desktop-how-to-configure-the-security-type-for-vnc (summary: you have to disable encryption for this to work with most windows or Mac clients; still valid or 14.04) – Rmano Aug 23 '14 at 09:27
  • Does vino-preferences not exist anymore, or is my system messed up? – endolith Dec 10 '18 at 03:17