https://bugs.kde.org/show_bug.cgi?id=408890
--- Comment #12 from Aleix Pol <aleix...@kde.org> --- Git commit 721f0ae4d759d4be5c9e5fa7fde4d792f836b5a7 by Aleix Pol Gonzalez, on behalf of Dennis Marttinen. Committed on 11/02/2025 at 00:51. Pushed by apol into branch 'master'. Find bibliography tools using base names This fixes one of the bugs highlighted in https://bugs.kde.org/show_bug.cgi?id=408890, namely that Biber (or any other bibliography backend) can't be configured with an absolute path if desired to be picked up by the automatic detection. The issue stems from comparing the user's input (e.g., `/usr/bin/biber`) to the backend name (e.g., `Biber`) case-insentively, but literally. Changing this to use the base name of the tool command instead resolves the issue. M +2 -2 src/kiletoolmanager.cpp https://invent.kde.org/office/kile/-/commit/721f0ae4d759d4be5c9e5fa7fde4d792f836b5a7 -- You are receiving this mail because: You are watching all bug changes.