9

Every time I log in Dropbox opens up the screen informing me that Nautilus needs to be restarted.

Dropbox "Nautilus Restart Requried"

Clicking the restart button does nothing though.

If I enter terminal and run nautilus -q it returns the following errors:

Initializing nautilus-dropbox 2.10.0

(nautilus:8933): GLib-CRITICAL **: Source ID 310 was not found when attempting to remove it
(nautilus:8933): GLib-CRITICAL **: Source ID 311 was not found when attempting to remove it
(nautilus:8933): GLib-CRITICAL **: Source ID 312 was not found when attempting to remove it`

Does anyone know how I can resolve these errors so that I can restart nautilus correctly?

Zanna
  • 72,312

3 Answers3

6

Try

sudo nautilus -q

or install a newer Nautilus for 14.04/13.10 from here

EDIT: What I forgot, after installing Nautilus 3.12, you will have to reboot -> sudo reboot

Report back if it worked ;)

Zbunjeni
  • 179
2

I hope your problem has been resolved, if not this may help. I was also facing the same problem and this helped me.

Download the .deb file of Dropbox from here on the dropbox.com site.

Then after download, right click and select Open with software install.

Then install it.

software center

Start drop box and you will get little dropbox icon on top right.

Reference

Zanna
  • 72,312
Shamina
  • 258
  • 2
  • 8
0

I had this problem after having installed Ubuntu 16.04 und Dropbox, nothing else. I have no idea which Nautilus comes with Ubuntu, but as it is the newest Ubuntu, I assume, it's also the newest Nautilus. So I did not do any update on Nautilus, but only ran

sudo reboot.

After a PC Restart the Nautilus Restart Required window showed up again, but now I was able to close it from the Close button. From then on, the window never showed up again.

Zanna
  • 72,312
Ulrich
  • 301