https://bugs.kde.org/show_bug.cgi?id=408890

Dennis Marttinen <twe...@welho.tech> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |twe...@welho.tech

--- Comment #10 from Dennis Marttinen <twe...@welho.tech> ---
There seem to be (at least) two separate issues at hand, both with similar
symptoms.

First, Biber doesn't work in the live preview: this is caused by a greedy
wildcard match in the log parsing, which causes the entire line that is used
for detecting the bibliography backend to be omitted. Kile then automatically
falls back to BibTeX, as it can't ever detect anything. This has already been
fixed in https://invent.kde.org/office/kile/-/merge_requests/85, where I've
added some commentary if you want to know the issue details:
https://invent.kde.org/office/kile/-/merge_requests/85#note_1033005. Now, this
has still not made its way into a release (PR is from 5 months ago, last tag is
from 6 months ago), so you'll need to build from master to get the fix. The
Flatpak at https://cdn.kde.org/flatpak/kile-nightly/ also seems to be broken
right now...

Second, the full path to `biber`: I located where this is being caused in the
code: there is a check that compares the full command input field for Biber to
the literal string "biber" for detecting its presence, this obviously won't
work if a full path given. Fix incoming...

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to