apport:

problem_report.py:

apport-gtk:
 - drag&drop URL
 - add gksudo wrapper for disabling apport, and checkbox to crash
   dialog

kernel hook:
 - first call crashdump-helper and only create core dump if it exits
   with 0; this will avoid I/O trashing for core dumps which are just
   thrown away anyway (non-packaged binaries, repeatedly crashing
   programs, etc.)
 - core cannot be written for programs which cannot write into cwd
   (like many daemons) -> ask crashdump-helper for the path?

general:
