Nautilus not generating thumbnails in 13.10
Like the title says, Nautilus is not generating thumbnails for any file types (pictures, documents, pdf, etc) after a clean install of 13.10. I have checked the preferences and it is set to always generate thumbnails.
Help please!
Solution 1:
I solved the problem by deleting whole folder thumbnails in ~/.cache
and remaking it.
Disable preview in nautilus by opening home folder, Edit-> Preferences-> Preview.
sudo rm ~/.cache/thumbnails
Empty trash can
mkdir ~/.cache/thumbnails
Reboot
Enable preview, again home folder, Edit-> Preferences-> Preview.
Done.
Solution 2:
I think the issue arises from the fact that the /home/x/.cache/thumbnails is owned by root, not by the actual user...
Hence rather than setting it to chmod 777, all you need to do is to "sudo chown [username] /home/[username]/.cache/thumbnails"
The above solves the problem for me.