Angus Leeming wrote: > Change line 611 of insets/insetgraphics.C form > string filename_ = params().filename; > to > string filename_ = MakeAbsPath(params().filename, buf->filePath());
why do you save the the file with relpath and not with the one which the user inserts in the gui? in insetgraphicparams (write() 3rd line) << MakeRelPath(filename, buf->filePath()) Herbert -- http://www.lyx.org/help/