Pavel Sanda wrote:
> Michael Joyner wrote:
> > On Mon, Dec 13, 2010 at 12:15 PM, Pavel Sanda <sa...@lyx.org> wrote:
> > 
> > > Michael Joyner wrote:
> > > > Thoughts as to why this is happening? Is there something wrong with the
> > > > stock LyX build from RedHat/Epel ?
> > >
> > > did you export with _native_ 1.6 format? if you slip 1.4 .lyx file to
> > > lyx 1.6, he needs to run pythonic beast to convert firstly into 1.6
> > > format and then do the export.
> > >
> > > pavel
> > >
> > 
> > I did a "save as" new file name, is that sufficient?
> 
> if its not confidental material, you can try to send sample.
> at least i can verify its not just rh build issue.

thinking more, it wont be so easy to built 1.4 , it uses too old qt's...

my wild guess is that this difference is due to differenent initialization
routines in 1.6.

one workaround - use --batch-mode which should avoid gui inits.
but i dont think it helps much.
more difficult but truly speed-up it to start using pipes
via some script like:
rm file.pdf
send-to-pipe file0open file.lyx
send-to-pipe exort....
send-to-pipe close-all

for all files you have.then only one init will be done...
pavel

Reply via email to