Thursday, May 2, 2024
 Popular · Latest · Hot · Upcoming
24
rated 0 times [  24] [ 0]  / answers: 1 / hits: 43796  / 3 Years ago, tue, october 12, 2021, 6:53:42

Problem Loading Thumb Previews:



enter image description here



This started to happen after upgraded Ubuntu from 12.04 to 12.10.


More From » nautilus

 Answers
4

This may happen if you get a different UID from the one you had before (this will remove you the ownership of those files). Try executing this on a terminal:



sudo chown -R $USER:$USER ~/.thumbnails


From 12.10 onward, thumbnais are also stored in ~/.cache/thumbnails, so you may repeat the same process for this location.



If none of those solves your issue, you can always remove them (they are automatically generated, and I think failed thumbs generations are cached):



sudo rm -rf ~/.thumbnails/* ~/.cache/thumbnails/*


Note: it's not the case of OP, but if you don't get previews to video files (ex: mkv, mp4) probably you are missing the video codec. This can be easily fixed by open the video with "Movie Player": it will propose a suitable codec.


[#34479] Tuesday, October 12, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
warrdel

Total Points: 356
Total Questions: 103
Total Answers: 118

Location: Bangladesh
Member since Sat, Jan 23, 2021
3 Years ago
;