How do I mount NFS through nautilus?

Solution 1:

** Interim Answer **

I'm still trying to get the dialog to work properly but, as a temporary workaround, I thought I should share this:

Tested in 15.10, 16.04, and 16.10, if you create a mount point for each NFS mount in /media/[username] like this:

sudo mkdir /media/user/Kn-Qmultimedia
sudo mkdir /media/user/Kn-Public

And then add the intended NFS mounts to /etc/fstab (sudo gedit /etc/fstab) like this:

192.168.1.100:/Qmultimedia  /media/user/Kn-Qmultimedia  nfs user,noauto 0   0
192.168.1.100:/Public   /media/user/Kn-Public   nfs user,noauto 0   0

Then Nautilus will show an NFS mount in the bookmarks that is cleanly mountable and unmountable:

Nautilus showing NFS mounts from fstab

Not quite the answer, but it doesn't hurt as much and you can use it until I find the proper answer. :-)