stefano franchi wrote:
> Unfortunately I cannot upgrade biber/biblatex yet. I am using a
> customized biblatex style for a big project, and I am afraid I may
> break something (from past experiences with biblatex, I would say it
> is certain an upgrade would break the style).
>
> I'll wait. I have got used to exporting to latex and compiling from
> Kile at this point.
Wait a minute. We can try to fool LyX by pushing the bcf file name to the log
ourselves.
Try if the following line in your preamble helps:
\typeout{File: \jobname.bcf}
All this command does is writing the bcf file name to the log. This is
probably enough to get it tracked.
Jürgen