bug reports would benefit from an apport hook
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
c2050 (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned | ||
foo2zjs (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned | ||
foomatic-db (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned | ||
foomatic-db-engine (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned | ||
foomatic-filters (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned | ||
foomatic-gui (Ubuntu) |
New
|
Undecided
|
Unassigned | ||
ghostscript (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned | ||
gnome-cups-manager (Ubuntu) |
Invalid
|
Undecided
|
Unassigned | ||
gutenprint (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned | ||
hal-cups-utils (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned | ||
hp-ppd (Ubuntu) |
Invalid
|
Undecided
|
Unassigned | ||
hplip (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned | ||
hpoj (Ubuntu) |
Invalid
|
Undecided
|
Unassigned | ||
m2300w (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned | ||
min12xxw (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned | ||
pnm2ppa (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned | ||
pxljr (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned | ||
splix (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned | ||
system-config-printer (Ubuntu) |
Fix Released
|
Medium
|
Unassigned |
Bug Description
Binary package hint: system-
Apport has a new hook utility for gathering information useful to debugging printing problems. If a package hook were written to take advantage of this we could would get much more informative bug reports without requiring reporters to gather more information after they've already reported the bug.
An example of what the package hook would look like can be found in the cups apport hook:
'''apport package hook for cups
(c) 2009 Canonical Ltd.
Author: Brian Murray <email address hidden>
'''
from apport.hookutils import *
def add_info(report):
attach_
attach_
The package hook for any other printing related package should be similar if not exactly the same.
Related branches
Changed in system-config-printer: | |
status: | New → In Progress |
Changed in system-config-printer: | |
importance: | Undecided → Medium |
Changed in gnome-cups-manager: | |
status: | New → Invalid |
Changed in system-config-printer (Ubuntu): | |
status: | In Progress → Fix Released |
Changed in pxljr (Ubuntu): | |
status: | New → In Progress |
Changed in m2300w (Ubuntu): | |
status: | New → In Progress |
Changed in min12xxw (Ubuntu): | |
status: | Won't Fix → In Progress |
Changed in pnm2ppa (Ubuntu): | |
status: | New → In Progress |
Changed in c2050 (Ubuntu): | |
assignee: | nobody → Marco Nenciarini (mnencia) |
status: | New → Fix Committed |
Here's a debdiff for system- config- printer.