Why doesn't Nemo preview thumbnails?
I have a problem with thumbnails on my Ubuntu 12.04 LTS 32-bit system with Cinnamon 2.0.14 DE and Nemo 2.08.
I have tried removing the ~/.thumbnails
directory but it is not working for me. This is very weird because when I open an image in Eye of GNOME, Nemo is creating thumbnails but other images doesn't have preview thumbnails as one can see in my screenshots below. I have changed the preview settings as show miniatures always.
Screenshot 1:
Screenshot 2:
cinnamon thumbnails nemo
add a comment |
I have a problem with thumbnails on my Ubuntu 12.04 LTS 32-bit system with Cinnamon 2.0.14 DE and Nemo 2.08.
I have tried removing the ~/.thumbnails
directory but it is not working for me. This is very weird because when I open an image in Eye of GNOME, Nemo is creating thumbnails but other images doesn't have preview thumbnails as one can see in my screenshots below. I have changed the preview settings as show miniatures always.
Screenshot 1:
Screenshot 2:
cinnamon thumbnails nemo
add a comment |
I have a problem with thumbnails on my Ubuntu 12.04 LTS 32-bit system with Cinnamon 2.0.14 DE and Nemo 2.08.
I have tried removing the ~/.thumbnails
directory but it is not working for me. This is very weird because when I open an image in Eye of GNOME, Nemo is creating thumbnails but other images doesn't have preview thumbnails as one can see in my screenshots below. I have changed the preview settings as show miniatures always.
Screenshot 1:
Screenshot 2:
cinnamon thumbnails nemo
I have a problem with thumbnails on my Ubuntu 12.04 LTS 32-bit system with Cinnamon 2.0.14 DE and Nemo 2.08.
I have tried removing the ~/.thumbnails
directory but it is not working for me. This is very weird because when I open an image in Eye of GNOME, Nemo is creating thumbnails but other images doesn't have preview thumbnails as one can see in my screenshots below. I have changed the preview settings as show miniatures always.
Screenshot 1:
Screenshot 2:
cinnamon thumbnails nemo
cinnamon thumbnails nemo
edited Dec 26 '13 at 12:39
Aditya
9,228125589
9,228125589
asked Dec 26 '13 at 11:52
user228862
96114
96114
add a comment |
add a comment |
3 Answers
3
active
oldest
votes
Nemo makes previews only for files less than one MB by default. You can change this from its preferences:
This worked for me in Nemo-2.4.4
– libregeek
Feb 7 '15 at 4:05
I know this is an old question, but do you know how to set the size as a custom value? I'm looking for thumbs on files smaller than 25MB, any ideas?
– Felipe
Jul 4 '16 at 2:47
add a comment |
The solution below works for 32 and 64 bit systems (tested on cinnamon 17):
In your home directory remove the .thumbnails
subdirectory:
rm ~/.thumbnails
Set a new link for the cache folder:
cd ~
ln -s .cache/thumbnails .thumbnails
add a comment |
To fully flush everything out consistantly, I ended up having to use a small script to clear out all the cached files and reset the symbolic link to the cache folder. This worked for both nemo and nautalus. I made sure to shut down the file manager at the end of the script too. Then when I next opened the folder, all the thumbnails reloaded. Be sure the file size for thumbnails is set high enough. I have a couple MP3 files over 10meg so I have my preview level set to 100meg.
#!/bin/bash
find ~/.cache/thumbnails/ -type f -exec rm {} ;
rm -rf ~/.thumbnails
ln -s ~/.cache/thumbnails ~/.thumbnails
killall nautilus # in case you are using nautilus
killall nemo # in case you are using nemo
add a comment |
protected by Community♦ Nov 14 '16 at 15:54
Thank you for your interest in this question.
Because it has attracted low-quality or spam answers that had to be removed, posting an answer now requires 10 reputation on this site (the association bonus does not count).
Would you like to answer one of these unanswered questions instead?
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
Nemo makes previews only for files less than one MB by default. You can change this from its preferences:
This worked for me in Nemo-2.4.4
– libregeek
Feb 7 '15 at 4:05
I know this is an old question, but do you know how to set the size as a custom value? I'm looking for thumbs on files smaller than 25MB, any ideas?
– Felipe
Jul 4 '16 at 2:47
add a comment |
Nemo makes previews only for files less than one MB by default. You can change this from its preferences:
This worked for me in Nemo-2.4.4
– libregeek
Feb 7 '15 at 4:05
I know this is an old question, but do you know how to set the size as a custom value? I'm looking for thumbs on files smaller than 25MB, any ideas?
– Felipe
Jul 4 '16 at 2:47
add a comment |
Nemo makes previews only for files less than one MB by default. You can change this from its preferences:
Nemo makes previews only for files less than one MB by default. You can change this from its preferences:
edited Jan 18 '15 at 11:58
Jens Erat
4,12972031
4,12972031
answered Jan 18 '15 at 11:15
Ahmed Mansy
19912
19912
This worked for me in Nemo-2.4.4
– libregeek
Feb 7 '15 at 4:05
I know this is an old question, but do you know how to set the size as a custom value? I'm looking for thumbs on files smaller than 25MB, any ideas?
– Felipe
Jul 4 '16 at 2:47
add a comment |
This worked for me in Nemo-2.4.4
– libregeek
Feb 7 '15 at 4:05
I know this is an old question, but do you know how to set the size as a custom value? I'm looking for thumbs on files smaller than 25MB, any ideas?
– Felipe
Jul 4 '16 at 2:47
This worked for me in Nemo-2.4.4
– libregeek
Feb 7 '15 at 4:05
This worked for me in Nemo-2.4.4
– libregeek
Feb 7 '15 at 4:05
I know this is an old question, but do you know how to set the size as a custom value? I'm looking for thumbs on files smaller than 25MB, any ideas?
– Felipe
Jul 4 '16 at 2:47
I know this is an old question, but do you know how to set the size as a custom value? I'm looking for thumbs on files smaller than 25MB, any ideas?
– Felipe
Jul 4 '16 at 2:47
add a comment |
The solution below works for 32 and 64 bit systems (tested on cinnamon 17):
In your home directory remove the .thumbnails
subdirectory:
rm ~/.thumbnails
Set a new link for the cache folder:
cd ~
ln -s .cache/thumbnails .thumbnails
add a comment |
The solution below works for 32 and 64 bit systems (tested on cinnamon 17):
In your home directory remove the .thumbnails
subdirectory:
rm ~/.thumbnails
Set a new link for the cache folder:
cd ~
ln -s .cache/thumbnails .thumbnails
add a comment |
The solution below works for 32 and 64 bit systems (tested on cinnamon 17):
In your home directory remove the .thumbnails
subdirectory:
rm ~/.thumbnails
Set a new link for the cache folder:
cd ~
ln -s .cache/thumbnails .thumbnails
The solution below works for 32 and 64 bit systems (tested on cinnamon 17):
In your home directory remove the .thumbnails
subdirectory:
rm ~/.thumbnails
Set a new link for the cache folder:
cd ~
ln -s .cache/thumbnails .thumbnails
edited Sep 9 '14 at 22:05
Volker Siegel
8,91043349
8,91043349
answered Dec 30 '13 at 9:42
Julio
511
511
add a comment |
add a comment |
To fully flush everything out consistantly, I ended up having to use a small script to clear out all the cached files and reset the symbolic link to the cache folder. This worked for both nemo and nautalus. I made sure to shut down the file manager at the end of the script too. Then when I next opened the folder, all the thumbnails reloaded. Be sure the file size for thumbnails is set high enough. I have a couple MP3 files over 10meg so I have my preview level set to 100meg.
#!/bin/bash
find ~/.cache/thumbnails/ -type f -exec rm {} ;
rm -rf ~/.thumbnails
ln -s ~/.cache/thumbnails ~/.thumbnails
killall nautilus # in case you are using nautilus
killall nemo # in case you are using nemo
add a comment |
To fully flush everything out consistantly, I ended up having to use a small script to clear out all the cached files and reset the symbolic link to the cache folder. This worked for both nemo and nautalus. I made sure to shut down the file manager at the end of the script too. Then when I next opened the folder, all the thumbnails reloaded. Be sure the file size for thumbnails is set high enough. I have a couple MP3 files over 10meg so I have my preview level set to 100meg.
#!/bin/bash
find ~/.cache/thumbnails/ -type f -exec rm {} ;
rm -rf ~/.thumbnails
ln -s ~/.cache/thumbnails ~/.thumbnails
killall nautilus # in case you are using nautilus
killall nemo # in case you are using nemo
add a comment |
To fully flush everything out consistantly, I ended up having to use a small script to clear out all the cached files and reset the symbolic link to the cache folder. This worked for both nemo and nautalus. I made sure to shut down the file manager at the end of the script too. Then when I next opened the folder, all the thumbnails reloaded. Be sure the file size for thumbnails is set high enough. I have a couple MP3 files over 10meg so I have my preview level set to 100meg.
#!/bin/bash
find ~/.cache/thumbnails/ -type f -exec rm {} ;
rm -rf ~/.thumbnails
ln -s ~/.cache/thumbnails ~/.thumbnails
killall nautilus # in case you are using nautilus
killall nemo # in case you are using nemo
To fully flush everything out consistantly, I ended up having to use a small script to clear out all the cached files and reset the symbolic link to the cache folder. This worked for both nemo and nautalus. I made sure to shut down the file manager at the end of the script too. Then when I next opened the folder, all the thumbnails reloaded. Be sure the file size for thumbnails is set high enough. I have a couple MP3 files over 10meg so I have my preview level set to 100meg.
#!/bin/bash
find ~/.cache/thumbnails/ -type f -exec rm {} ;
rm -rf ~/.thumbnails
ln -s ~/.cache/thumbnails ~/.thumbnails
killall nautilus # in case you are using nautilus
killall nemo # in case you are using nemo
answered Dec 31 '18 at 13:56
schworak
143110
143110
add a comment |
add a comment |
protected by Community♦ Nov 14 '16 at 15:54
Thank you for your interest in this question.
Because it has attracted low-quality or spam answers that had to be removed, posting an answer now requires 10 reputation on this site (the association bonus does not count).
Would you like to answer one of these unanswered questions instead?