https://bugs.kde.org/show_bug.cgi?id=412226
--- Comment #3 from Thomas Fischer <fisc...@unix-ag.uni-kl.de> --- (In reply to Erik Quaeghebeur from comment #2) > Is that debug output also available in the logs? (It is a bit inconvenient > to start from a console and keep that console around for multiple days.) One way to mitigate this is to create a small shell script which launches KBibTeX and redirects the program's output into (temporary) logfiles: #!/usr/bin/env bash /usr/bin/kbibtex >/tmp/kbibtex.log 2>&1 Store this script at one of the usual places, make it executable, and add this script to your preferred application launcher. Use this new "application" by default instead of the regular application entry for KBibTeX. Whenever KBibTeX crashes, the logfile will contain the latest console output which then can be attached to the bug report. -- You are receiving this mail because: You are watching all bug changes.