Comment 8 for bug 1766794

Revision history for this message
Brian Murray (brian-murray) wrote :

For some reason the ProblemType is being removed from the report, causing package hooks or the ubuntu general hook which expect it to fail. This'll fix the bug.

 $ bzr diff apport/ui.py
=== modified file 'apport/ui.py'
--- apport/ui.py 2018-02-14 18:10:19 +0000
+++ apport/ui.py 2018-04-27 15:55:37 +0000
@@ -559,7 +559,6 @@
         self.add_extra_tags()

         # delete the uninteresting keys
- del self.report['ProblemType']
         del self.report['Date']
         try:
             del self.report['SourcePackage']