Package: page-crunch

The upstream version of page-crunch uses xpdf and gv for viewing pdf and
postscript files respectively.  It would make more sense to use evince
as the default reader, as it is a much more common reader.  A patch to
fix this issue is attached.
diff -urN ../page-crunch-1.0.1/page-crunch.tcl ./page-crunch.tcl
--- ../page-crunch-1.0.1/page-crunch.tcl	2006-11-04 07:28:37.000000000 +0000
+++ ./page-crunch.tcl	2008-04-10 09:28:32.000000000 +0100
@@ -106,8 +106,8 @@
 	variable visuPS {gsview32}
 	variable visuPDF {gsview32}
     } else {
-	variable visuPS gv
-	variable visuPDF xpdf
+	variable visuPS evince
+	variable visuPDF evince
     }
     
     variable NomFichier

Reply via email to