This started as me trying to find the right dropbox version for my system, but now i'm mostly just generally curious and confused because i can't find a clear answer on this.
2 Answers
The regular Ubuntu 16.04 includes Nautilus
You can add Dropbox to Nautilus
You are using Dropbox and are asking if Ubuntu 16.04 includes Nautilus, which it does. You might be interested to learn that you can add Dropbox to Nautilus
- 105,762
Yes, Ubuntu 16.04 with the default desktop environment (Unity) does. The default file manager application for Ubuntu 16.04 (Unity) called Files (GNOME Files to be precise) is formerly and internally known as Nautilus.
You can make sure Ubuntu 16.04 includes Nautilus (and it is actually the Files application) in multiple ways.
Run
apt-cache policy nautilusIn the output there should be a version number next to
Installed:instead ofInstalled: (none).Run
nautilusin Terminal, Files will be launched.Open Files. Open Terminal and run
xprop. The mouse pointer should change to a crosshair. Place the crosshair over Files window and click. It should list many info about the window, which includesWM_CLASS(STRING) = "nautilus", "Nautilus"
- 70,557
