Version: (using KDE 4.2.0) Installed from: Gentoo Packages Hello, I wish use kbug for generate bug repport in gui at all crash of application Qt or all other application. I thinks it's bad to have application who close without prevent, and when application crash detected (qt creator, firefox, ...) show that's application have crash (and backtrace if it can). Thanks.
Drkonqi itself (excluding the reporting assistant which is currently tightly coupled with bugs.kde.org) is actually already quite generic. It should be able to be manually invoked to attach to any process and generate a bakctrace, if you really want to do that and give it the right arguments. The hard part is how to make Qt/Gtk applications aware of DrKonqi and invoke DrKonqi automatically when they crash. KDE applications behave like that because of the KCrash class used by KApplication, so some plugin should be written for Qt/Gtk to do the similar work. From KDE side, that is clearly a low-priority issue.
There's no interest in implementing this. Coredumpd/apport/abrt are system-wide solutions to this problem already.