2

After every restart or shutdown, nautilus takes about 10 sec to load.Once loaded, it will start quickly next time. I started nautilus from terminal with sudo access and the error was

** (nautilus:4298): CRITICAL **: nautilus_menu_provider_get_background_items: assertion `NAUTILUS_IS_MENU_PROVIDER (provider)' failed

I tried the solutions given in this question, they don't help.

Is there any fix for this error?

Registered User
  • 9,631
  • 14
  • 53
  • 85

1 Answers1

0

I had the same CRITICAL error, and it was caused by the Python extension. So I solved uninstalling the python-nautilus package, that was installed as a dependence of Insync (that I'm no longer using in this machine).

sudo apt-get purge python-nautilus
Stefano
  • 2,384