7

Occasionally I receive an error report from Ubuntu with the option to send in the details of the error. However, if the error was generated from a non-official package (local installation or PPA) I cannot just click submit to send in the error.

How can I copy all the error details so that I can manually submit them to the appropriate project?

Dominik
  • 139
  • 7
lofidevops
  • 20,414
  • 30
  • 103
  • 166

1 Answers1

6

If apport has tried to collect the data from the crash, then look in

/var/crash

Alternatively you might look to see if there is a -dbg package for the application.

Try running the app from a terminal with -h - see if there is a debug option

Exaile for instance has a debug option, which can be run with

exaile --debug

Perhaps talk to whoever the application comes from.

23 93 26 35 19 57 3 89
  • 5,596
  • 1
  • 29
  • 37