Comment 1 for bug 435528

Revision history for this message
Nagappan Alagappan (nagappan) wrote :

In apport-cli file I just tried this fix and this is 100% not the correct one :)

            if response == save:
                fp = open('/tmp/apport-cli.txt', 'w')
                if fp:
                    fp.write(details)
                    fp.close()
                print _('Problem report file:'), self.report_file
                return 'cancel'

I need to file a bug against Ubuntu Karmic, unable to install it on this hardware. So generated a report with the above fix in Ubuntu 9.04.

Thanks