On Wed, Jul 17, 2013 at 1:17 PM, Kornel Benko <kor...@lyx.org> wrote: > Am Mittwoch, 17. Juli 2013 um 11:36:22, schrieb Kornel Benko > <kor...@lyx.org> > >> Am Sonntag, 14. Juli 2013 um 14:45:09, schrieb Scott Kostyshak >> <skost...@lyx.org> > >> > > >> > Installing Gnumeric did fix one of the tests for me on Ubuntu 13.04. > >> > However, after Kornel's report of failure, I tested also on a > >> > different machine with Ubuntu 12.04 and with Gnumeric installed and it > >> > failed (that is, both test-insets.tex tests fail). > >> > > >> > Scott > >> > >> With this change the test-insets.tex-test works for me. > >> > >> Not sure, how to handle this. Georg? > >> > >> Kornel > > > > I debugged it here, but I do not see, how "\pdf_pdfusetitle 1" could have > made it > > to the output. > > That is, I never got to the line Preamble.cpp:553. > > > > Stopping at line 552, the vector options is empty > > (gdb) p options.size() > > $14 = 0 > > (gdb) p h_pdf_pdfusetitle.c_str() > > $16 = 0x9258c8 "0" > > > > Scott, could you please debug on ubuntu13? >
Georg's recent commit fixed it for me. Do the tests pass for you now? Is there still something that I should debug? Scott