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
=== modified file 'plugins/apport_prompt.py'
--- plugins/apport_prompt.py 2010-07-19 13:00:46 +0000
+++ plugins/apport_prompt.py 2011-03-30 13:19:08 +0000
@@ -39,10 +39,10 @@
3939
4040
41CATEGORY_TO_PACKAGE = {41CATEGORY_TO_PACKAGE = {
42 "VIDEO": "xorg",
43 "SOUND": "alsa-base"}42 "SOUND": "alsa-base"}
4443
45CATEGORY_TO_SYMPTOM = {44CATEGORY_TO_SYMPTOM = {
45 "VIDEO": "display",
46 "DISK": "storage"}46 "DISK": "storage"}
4747
4848

Subscribers

People subscribed via source and target branches