Fresh install of Ubuntu 16.04, installed insync from ppa successfully but nautilus integration wasn’t present. When I tried to install I got an error in teh terminal telling me that teh package wasn’t found.
Dug around on here & noticed that the word ‘contrib’ wasn’t in my /etc/apt/sources.list.d/insync.list file - so the contents were:
deb http://apt.insynchq.com/ubuntu xenial non-free
I changed it to the following:
deb http://apt.insynchq.com/ubuntu xenial non-free contrb
Ran sudo apt-get install insync-nautilus and instead of an error message I now have some very pretty icons next to the files in Nautilus. My question is, should I leave “contrib” at the end of the line in the list file?
Thanks
Steve