Index: thumbnailers/image/png_thumbnailer =================================================================== RCS file: /cvs/gnome/tracker/thumbnailers/image/png_thumbnailer,v retrieving revision 1.2 diff -u -p -r1.2 png_thumbnailer --- thumbnailers/image/png_thumbnailer 21 Sep 2006 16:23:51 -0000 1.2 +++ thumbnailers/image/png_thumbnailer 26 Sep 2006 11:47:43 -0000 @@ -1,3 +1,3 @@ #!/bin/sh -nice 19 convert "$1" -thumbnail $3x$3 $2 +nice -n19 convert "$1" -thumbnail $3x$3 $2 Index: thumbnailers/image/jpeg_thumbnailer =================================================================== RCS file: /cvs/gnome/tracker/thumbnailers/image/jpeg_thumbnailer,v retrieving revision 1.2 diff -u -p -r1.2 jpeg_thumbnailer --- thumbnailers/image/jpeg_thumbnailer 21 Sep 2006 16:23:51 -0000 1.2 +++ thumbnailers/image/jpeg_thumbnailer 26 Sep 2006 11:47:59 -0000 @@ -1,3 +1,3 @@ #!/bin/sh -nice 19 convert "$1" -thumbnail $3x$3 $2 +nice -n19 convert "$1" -thumbnail $3x$3 $2