Files in Nautilus stopped updating automatically, how to fix this?

Solution 1:

Fix by editing /proc/sys/fs/inotify/max_user_watches.

The file include only a number, i changed it to a larger number with the following command in Ubuntu:

echo 1000000 | sudo tee /proc/sys/fs/inotify/max_user_watches