https://bugs.kde.org/show_bug.cgi?id=453455
--- Comment #14 from Serguei Miridonov <mir...@cicese.mx> --- After installing in Ubuntu 22.04.1 libecm-dev extra-cmake-modules kdevelop libkf5xmlgui-dev qtcreator qtbase5-dev qtchooser qt5-qmake qtbase5-dev-tools libqt5charts5-dev libqt5datavisualization5-dev libqt5gamepad5-dev libqt5gstreamer-dev libqt5networkauth5-dev libqt5opengl5-dev libqt5remoteobjects5-dev libqt5scxml5-dev libqt5sensors5-dev libqt5serialbus5-dev libqt5serialport5-dev libqt5svg5-dev libqt5texttospeech5-dev libqt5virtualkeyboard5-dev libqt5waylandclient5-dev libqt5waylandcompositor5-dev libqt5webkit5-dev libqt5webchannel5-dev libqt5websockets5-dev libqt5webview5-dev libqt5x11extras5-dev libqt5xmlpatterns5-dev libkf5kio-dev libkf5parts-dev libkf5wallet-dev libkf5crash-dev libkf5texteditor-dev libkf5doctools-dev libpoppler-qt5-dev the script ran and compiled the program but then I've got ... -- Installing: /tmp/mirsev-kbibtex-usr/share/doc/HTML/en/kbibtex/zotero.png -- Installing: /tmp/mirsev-kbibtex-usr/share/man/man1/kbibtex.1 dirname: missing operand Try 'dirname --help' for more information. kbuildsycoca5 running... /tmp/mirsev-kbibtex-usr/bin/kbibtex: error while loading shared libraries: libkbibtexgui.so.0: cannot open shared object file: No such file or directory So, I've set manually LD_LIBRARY_PATH=/tmp/mirsev-kbibtex-usr/lib/x86_64-linux-gnu and kbibtex runs but error appears with a message: KBibTeX seems to be not installed completely. KBibTeX could not locate its own KPart. Only limited functionality will be available and I only could see plain text of my BIB file, not the table as was before. So, I then cloned the repository from https://invent.kde.org/office/kbibtex.git and checked out 0.10 version. After commands cmake . make sudo make install it seems to work as expected. -- You are receiving this mail because: You are watching all bug changes.