The problem is regarding the "/home/gianluca" access.
In fact... if you create a simple document and you add a bibtex
database... and after you edit the .lyx file outside lyx with a
texteditor... and change the line
bibfiles "/Users/gianluca/tmp/Articoli/databaseAll"
with a line that try to access to "/home/" directory on Mac
bibfiles "/home/gianluca/tmp/Articoli/databaseAll"
It will crash.
But if you change to another directory it will not crash even if the
file doesn't exist.
Maybe the problem could be in the fact that I can't even list the
"/home/" directory on Mac
In fact, on apple terminal this is what I get:
Mac:~> ls /home/gianluca
ls: /home/gianluca: Input/output error
rgheck ha scritto:
In fact, I think that if I pass my lyx document to a my friend ...
without the .bib.. lyx will crash :-( :-(
If I create a file with a missing .bib file, I don't get a crash. So
it must be more than that.
rh