Merge lp:~diwic/apport/apport-symptoms into lp:~ubuntu-dev/apport/apport-symptoms

Proposed by David Henningsson
Status: Merged
Merged at revision: 52
Proposed branch: lp:~diwic/apport/apport-symptoms
Merge into: lp:~ubuntu-dev/apport/apport-symptoms
Diff against target: 12 lines (+1/-1)
1 file modified
symptoms/_audio_data.py (+1/-1)
To merge this branch: bzr merge lp:~diwic/apport/apport-symptoms
Reviewer Review Type Date Requested Status
Martin Pitt Pending
Review via email: mp+71678@code.launchpad.net

Description of the change

Fix "ubuntu-bug audio" crash after first question

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'symptoms/_audio_data.py'
2--- symptoms/_audio_data.py 2011-07-01 09:37:13 +0000
3+++ symptoms/_audio_data.py 2011-08-16 12:51:23 +0000
4@@ -207,7 +207,7 @@
5
6 def get_pa_default_profile(isOutput):
7 ''' Returns sinkname,sinkprofile,channelcount '''
8- pactlstat = command_output(['pactl', 'stat'])
9+ pactlstat = command_output(['pactl', 'info'])
10 ss = "Default %s: (.*)" % ("Sink" if isOutput else "Source")
11
12 for line in pactlstat.splitlines():

Subscribers

People subscribed via source and target branches