Markus Steinborn <gnugv_maintai...@yahoo.de> wrote:

> PS: If using a wrapper for calling "gs", make sure that "-P-" is added 
> to the beginning of the parameters, not at the end. That may be a cause 
> why GNU gv does not work with a wrapper.

Yes that is what I do:

#!/usr/bin/perl --
#...
$c = $0;
$c =~ s/.*\///;
exec "/usr/bin/$c", '-P-', '-dSAFER', @ARGV;

and my testing suggested it breaks gv.

Cheers, Paul

Paul Szabo   p...@maths.usyd.edu.au   http://www.maths.usyd.edu.au/u/psz/
School of Mathematics and Statistics   University of Sydney    Australia



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to