Advertisement
metalx1000

Force New Thumbnail for PCmanFM

Jan 3rd, 2021
2,203
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.34 KB | None | 0 0
  1. #if you have thumbnails setup for your file manager (example: pcmanfm)
  2. #but thumbnails are not showing up after editing the photo
  3. #this will create and embed a new thumbnail
  4.  
  5. #install exiftran (exif - Exchangeable Image File)
  6. sudo aptitude install exiftran
  7.  
  8. #create thumbnail for file
  9. exiftran -i -g file.jpg
  10.  
  11. #all files
  12. exiftran -i -g *
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement