Today I implemented a great idea from Federico: Helper to collect more info in bug-buddy. Just add
X-GNOME-Bugzilla-ExtraInfoScript=myscriptto you .desktop file or a
bugzilla:extra_info_scriptentry in your .server file. When you application crahses bug-buddy will include the output of that script into the bug report. Some nice information that some applications would like to know:
- Totem: output of a typefind gst pipeline over the current playing media file
- gnome-volume-control: list of alsa devices
- Add your most wanted info here!

