<div dir="ltr"><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, Jan 7, 2021 at 1:58 PM D. Hugh Redelmeier via talk <<a href="mailto:talk@gtalug.org">talk@gtalug.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">I have a PDF filename named "RE: something.pdf"<br>
<br>
This fails:<br>
        evince "RE: someting.pdf" <br>
with the error messages on stdout:<br>
        ** (evince:397922): WARNING **: 11:14:02.077: The specified location is not supported<br>
        ** (evince:397922): WARNING **: 11:14:02.080: set_filenames: The specified location is not supported<br>
<br>
The message in the evince window is more interesting:<br>
        Unable to open document “file:///tmp/evince-397922/document.SR35V0- <br>
        something”.<br>
<br>
        The specified location is not supported.<br>
<br>
Clearly evince is trying to treat the prefix "RE:" as something magic.  <br>
Just what, I don't know.  But it sure isn't in the evince man page.<br>
<br>
This command works fine:<br>
        evince ./"RE: someting.pdf" <br><br></blockquote><div><br></div><div>Why not simply rename the file to something.pdf ? <br></div><div><br></div><div>I just tested and the command(s) below works:<br></div><div>mv 'RE: something.pdf' something.pdf && evince something.pdf && mv something.pdf 'RE: something.pdf'</div><div><br></div><div>unless of course there is a real need to have it work using evince "RE: someting.pdf"? </div></div></div>