Index: thumbnailers/application/pdf_thumbnailer =================================================================== --- thumbnailers/application/pdf_thumbnailer (revision 375) +++ thumbnailers/application/pdf_thumbnailer (working copy) @@ -1,4 +1,3 @@ #!/bin/sh -nice -n19 evince-thumbnailer -s $3 "$1" $2 - +nice -n19 convert "pdf:$1[0]" -scale $3x$3 "png:$2"