On Saturday 23 March 2002 3:39 pm, Angus Leeming wrote: > On Saturday 23 March 2002 3:33 pm, Garst R. Reese wrote: > > Angus Leeming wrote: > > > If you think it isn't and want me to do something about it then give me > > > a little help for God's sake. > > > > > > A > > > > The original graphics file was ecg.drd. > > It was run through ps2ps to make ecg-drd.ps per your instructions. > > I'm not -that- lame. > > Maybe not, but as someone who's a man of letters you could be a little > clearer perhaps. Assume for the sake of argument that it's _me_ who's lame > and needs all the help that you can provide. > > > %!PS-Adobe-3.0 > > %%Pages: (atend) > > %%BoundingBox: 0 0 276 245 > > %%HiResBoundingBox: 0.000000 0.000000 275.000244 244.084497 > > %......................................... > > %%Creator: AFPL Ghostscript 703 (pswrite) > > %%CreationDate: 2002/03/17 14:49:20 > > %%DocumentData: Clean7Bit > > > > > > The file gets loaded and displayed in lyx fine. > > Good. > > > View->Postscript does not work. > > Ok. Now I understand. I'll see what I can do. > > > Everything works fine on the previous day's CVS. > > The problem is here: > > outfile_base = /home/garst/tmp/lyx_tmpdir17204XXXXXX/lyx_tmpbuf0/ecg-drd > > Note that the extension .ps has been dropped.
Change line 611 of insets/insetgraphics.C form string filename_ = params().filename; to string filename_ = MakeAbsPath(params().filename, buf->filePath()); I trust that this fixes things for you. Regards, Angus