Public bug reported:

Binary package hint: thunar-thumbnailers

In intrepid pdf-thumbnailer I experienced fixed 128 size when evince-
thumbnailer is invoked.

Here is the HUGE patch :)
Bye 
fero

--- /usr/lib/thunar-thumbnailers/pdf-thumbnailer.orig   2009-06-15 
01:45:44.000000000 +0200
+++ /usr/lib/thunar-thumbnailers/pdf-thumbnailer        2009-06-15 
01:51:42.000000000 +0200
@@ -28,7 +28,7 @@
 
 # evince-thumbnailer is better, check if that is installed
 if [ `which evince-thumbnailer` ]; then
-    exec evince-thumbnailer -s 128 "$ifile" "$ofile"
+    exec evince-thumbnailer -s $size "$ifile" "$ofile"
 fi
 
 # invoke convert (ImageMagick)

** Affects: thunar-thumbnailers (Ubuntu)
     Importance: Undecided
         Status: New

-- 
size parameter for evince-thumbnailer call in pdf-thumbnailer
https://bugs.launchpad.net/bugs/387115
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to