5

where are bug reports from ubuntu-bug saved? Or how can I upload ubuntu-bug files as further information in launchpad?

Jorge Castro
  • 73,717

1 Answers1

3

you can add more information from comment field . if you want to upload any files can choose attachments.

look at the image

enter image description here

yes you can save the BUG reports to a file and you can upload them manually

1 . Offline Method For a bug report about a system crash:

apport-cli -p <package name> --save bug.crash

For a bug report about any other issue:

apport-cli -f -p <package name> --save bug.apport

2.Adding apport-collect information to an existing Launchpad bug

apport-collect <your bug_number here > 

3.Adding attachments to an existing Launchpad bug for Linux pkg's

ubuntu-bug linux

for non-linux pkg's

ubuntu-bug my_crash_report.crash

Source

Raja G
  • 105,327
  • 107
  • 262
  • 331