Problem reporting a bug

Asked by marksolo

Attemted to use apport to report a bug in Mono runtime, and it fails in two ways:
1) -Ran from the command line apport-bug mono
      -Starts apport which fails displaying the message "package mono does not exist"
2) -Ran from the command line apport-bug mono XOscillo.exe (the original problem, and I suspect apport does not support running programs with arguments)
      -Fails silently
I would like to supply a bug report but there is no way to manually submit a bug.

Any assistance would be appreciated.

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu mono Edit question
Assignee:
No assignee Edit question
Solved by:
Chris
Solved:
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1

Try:

ubuntu-bug mono

Instead

Revision history for this message
marksolo (solomark) said :
#2

Seeing as ubuntu-bug just calls apport I did not bother to list the fact that I also tried ubuntu-bug with both situations.

Thanks

Revision history for this message
Best Chris (fabricator4) said :
#3

ubuntu-bug mono-runtime

Should do it.

Chris

Revision history for this message
marksolo (solomark) said :
#4

Thanks that solved my problem.

Revision history for this message
marksolo (solomark) said :
#5

Thanks Chris, that solved my question.