https://bugs.kde.org/show_bug.cgi?id=394659
--- Comment #20 from Thomas Fischer <fisc...@unix-ag.uni-kl.de> --- (In reply to manuel fernández from comment #19) > I am sorry, I compiled with debug option but upon rereading your comment, I > understand I should do something with the patch / file that you attached. > However, I do not know what should I do with it. Attachment 115494 contains a Git patch that describes changes to be applied to the source code. To apply a patch (a.k.a. diff) with Git, open a terminal and go to the directory where KBibTeX's sources are located. Then run git apply PATH-TO-PATCH-FILE In the best case, you won't get any output, i.e. no warnings or errors to show. The re-compile the code again. The attachment will make KBibTeX print a lot more information on what it happening at startup and when opening a file. Please send me the complete output you get when you launch KBibTeX on the command line. To revert the patch later and to restore the "official" code, run git checkout -- src -- You are receiving this mail because: You are watching all bug changes.