NAME
ubuntu-bug - file a bug against an Ubuntu package
SYNOPSIS
ubuntu-bug
ubuntu-bug -p
packagename
ubuntu-bug -P
PID
DESCRIPTION
ubuntu-bug
is a command-line interface for filing bugs in Ubuntu.
To report a bug against a particular package, use the
-p
option with the source package name, e. g.
ubuntu-bug -p firefox
In order to add more information to the bug report that could
help the developers to fix the problem, you can also specify a process
ID instead of (or in addition to) a package name:
$ pidof gnome-terminal
5139
$ ubuntu-bug -P 5139
If you want to report a problem that is not tied to a particular
package, a generic distribution bug can be filed without specifying
any arguments at all.
ubuntu-bug
needs a running graphical desktop environment. It detects whether KDE
or Gnome is running and calls
apport-gtk
or
apport-qt
accordingly.
AUTHOR
apport
and the accompanying tools are developed by Martin Pitt
<martin.pitt@ubuntu.com>.