[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [bug-gv] possible bug gv - won't open file
From: |
M B |
Subject: |
Re: [bug-gv] possible bug gv - won't open file |
Date: |
Mon, 1 Nov 2021 11:20:08 +0100 |
Hello William,
just a note to report that the www.brew.sh "Homebrew The Missing
Package Manager for macOS (or Linux)" installed version of gs does run
with -dSAFER as default.
The --nosafer option is absent from the 9.55.0 version that runs on my
MacBook Air under Catalina.
% man gs
revealed that the option has been renamed to -dNOSAFER
This option appears to pass successfully through ps2pdf.
Is it possible to run an alias or a flag in .zshrc to alter the
default -dSAFER behaviour?
Kind regards,
Max
On Sat, Feb 25, 2017 at 9:56 PM William Bader <williambader@hotmail.com> wrote:
>
> gv is only showing the error reported by gs.
>
> You can experiment with commands like
>
> gs -sDEVICE=nullpage -dNOPAUSE -dSAFER test.ps -c quit
>
> When gs blocks a file access due to -dSAFER, it should report
> /invalidfileaccess in --file--
>
> When gs can not open a file, it should report Error: /undefinedfilename in
> --file--
> Are you sure that you did not change anything else, for example, the search
> path that gs uses?
> The command 'gs -h' shows the gs search path.
> Also, your test file only loads a font. If you want to write text in the
> font, you should use a sequence like '/Times-Roman findfont 24 scalefont
> setfont'
> Regards, William
>
> ________________________________
> From: bug-gv <bug-gv-bounces+williambader=hotmail.com@gnu.org> on behalf of M
> B <txtmiker@gmail.com>
> Sent: Saturday, February 25, 2017 1:01 PM
> To: Markus Steinborn
> Cc: bug-gv@gnu.org
> Subject: Re: [bug-gv] possible bug gv - won't open file
>
> Hello all,
>
> thanks to all who replied about the "-dSAFER" feature, and how to defeat it.
>
> It turns out that command-line switch "--nosafer" also works.
>
> Attached are screenshot png images from my computer which detail the
> behaviour of gv under various conditions. The last attachment is the
> file "test.ps".
>
> Figure 1 shows the "standard" -dSAFER behaviour.
>
> Figure 2 shows the "--nosafer" behaviour. "georgia.ttf" cannot be
> found, but it is located in the CWD. Note the difference in error
> message content between Fig 1 and Fig 2.
>
> Figure 3 shows the "--nosafer" behaviour with the PWD pre-pended to
> the filename. Surprisingly, this works as expected.
>
> Figure 4 shows the "--nosafer" behaviour with filename "./georgia.ttf"
> as argument. It fails, just as in Fig 2.
>
> I would argue that Figs 2 and 4 ought to be similar to Fig 3, and that
> the behaviour is not a feature.
>
> Thanks to any and all for the help.
>
>
>
>
>
>
> On 2/23/17, Markus Steinborn <gnugv_maintainer@yahoo.de> wrote:
> > Hello,
> >
> > Nuno Silva wrote:
> >> Hello,
> >>
> >> From what I can see, gv seems to have a gsSafer resource, so you can try
> >> adding
> >>
> >> gv.gsSafer: False
> >>
> >> to $HOME/.Xresources or $HOME/.Xdefaults
> >>
> > Or add that line to an existing ~/.gv (can be created by saving settings
> > either in GV options or ghostscript options.
> >
> > Greetings
> >
> > Markus Steinborn
> > GNU gv maintainer
> >
> >
- Re: [bug-gv] possible bug gv - won't open file,
M B <=