Merge lp:~ara/checkbox/fix_lp_744964 into lp:checkbox

Proposed by Ara Pulido
Status: Merged
Merged at revision: 901
Proposed branch: lp:~ara/checkbox/fix_lp_744964
Merge into: lp:checkbox
Diff against target: 13 lines (+1/-1)
1 file modified
plugins/apport_prompt.py (+1/-1)
To merge this branch: bzr merge lp:~ara/checkbox/fix_lp_744964
Reviewer Review Type Date Requested Status
Marc Tardif (community) Approve
Review via email: mp+55535@code.launchpad.net

Description of the change

This is a small change, but it can be really helpful.

While triaging bugs in checkbox (Ubuntu package), I saw that a lot of old bugs where coming from the X team, returning them from those bugs filed against xorg from checkbox. The information provided is not enough for them.

I have changed to file the bugs related to video to be filed using the "display" symptom, that forces the user to explain a bit what's wrong with their system.

To post a comment you must log in.
Revision history for this message
Marc Tardif (cr3) wrote :

Looks good, merging.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'plugins/apport_prompt.py'
2--- plugins/apport_prompt.py 2010-07-19 13:00:46 +0000
3+++ plugins/apport_prompt.py 2011-03-30 13:19:08 +0000
4@@ -39,10 +39,10 @@
5
6
7 CATEGORY_TO_PACKAGE = {
8- "VIDEO": "xorg",
9 "SOUND": "alsa-base"}
10
11 CATEGORY_TO_SYMPTOM = {
12+ "VIDEO": "display",
13 "DISK": "storage"}
14
15

Subscribers

People subscribed via source and target branches