[Bug 1893899] Re: update alsa/audio related infomation collection code in apport

2020-10-18 Thread Yuan-Chen Cheng
** Changed in: oem-priority
   Status: Confirmed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1893899

Title:
  update alsa/audio related infomation collection code in apport

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1893899/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1893899] Re: update alsa/audio related infomation collection code in apport

2020-10-14 Thread Matthieu Clemenceau
** Tags added: fr-692

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1893899

Title:
  update alsa/audio related infomation collection code in apport

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1893899/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1893899] Re: update alsa/audio related infomation collection code in apport

2020-09-23 Thread Launchpad Bug Tracker
This bug was fixed in the package apport - 2.20.11-0ubuntu47

---
apport (2.20.11-0ubuntu47) groovy; urgency=medium

  [ Tiago Stürmer Daitx ]
  * apport/ui.py: improve message when origin check fails as it can be
caused by empty apt list - candidate is limited to dpkg and we can't
tell where it came from. (LP: #1775219)

 -- Brian Murray   Mon, 21 Sep 2020 15:02:17 -0700

** Changed in: apport (Ubuntu Groovy)
   Status: Incomplete => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1893899

Title:
  update alsa/audio related infomation collection code in apport

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1893899/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1893899] Re: update alsa/audio related infomation collection code in apport

2020-09-21 Thread Launchpad Bug Tracker
** Branch linked: lp:~ubuntu-core-dev/ubuntu/groovy/apport/ubuntu

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1893899

Title:
  update alsa/audio related infomation collection code in apport

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1893899/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1893899] Re: update alsa/audio related infomation collection code in apport

2020-09-21 Thread Brian Murray
I've gone ahead and uploaded this for Groovy but renamed the key pa-info
to PaInfo so that it is consistent with the naming of other keys.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1893899

Title:
  update alsa/audio related infomation collection code in apport

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1893899/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1893899] Re: update alsa/audio related infomation collection code in apport

2020-09-21 Thread Hui Wang
Reply #7, no, I don't know how to extract alsa-info from output of pa-
info.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1893899

Title:
  update alsa/audio related infomation collection code in apport

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1893899/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1893899] Re: update alsa/audio related infomation collection code in apport

2020-09-16 Thread Yuan-Chen Cheng
Is there a quick and clean way to extract alsa-info from output of pa-
info?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1893899

Title:
  update alsa/audio related infomation collection code in apport

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1893899/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1893899] Re: update alsa/audio related infomation collection code in apport

2020-09-16 Thread Hui Wang
the pa-info already includes calling the alsa-info.sh, it is ok to
remove the alsa-info.

But it is better to keep the alsa-info, since the log of alsa-info is
cleaner than the log of pa-info, pa-info includes many pulseaudio level
logs. And If we want to exchange the log with upstream developers, we
often send alsa-info.txt since it is possible that other Linux
distributions don't use pulseaudio as the audio server, they only need a
clean alsa-info.txt without pulseaudio logs.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1893899

Title:
  update alsa/audio related infomation collection code in apport

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1893899/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1893899] Re: update alsa/audio related infomation collection code in apport

2020-09-16 Thread Brian Murray
By adding in a call to '/usr/bin/pa-info' in apport/hookutils.py there
ends up being duplicate information in the apport created report as
'/usr/bin/pa-info' calls 'alsa-info' which was already included in the
report. How do you feel about removing the calls to 'alsa-info' and just
using 'pa-info'?

Thanks!

** Changed in: apport (Ubuntu Groovy)
   Status: Confirmed => Incomplete

** Changed in: apport (Ubuntu Groovy)
 Assignee: (unassigned) => Brian Murray (brian-murray)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1893899

Title:
  update alsa/audio related infomation collection code in apport

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1893899/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1893899] Re: update alsa/audio related infomation collection code in apport

2020-09-16 Thread Brian Murray
** Tags removed: rls-gg-incoming

** Also affects: apport (Ubuntu Groovy)
   Importance: Undecided
   Status: Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1893899

Title:
  update alsa/audio related infomation collection code in apport

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1893899/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1893899] Re: update alsa/audio related infomation collection code in apport

2020-09-16 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: apport (Ubuntu)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1893899

Title:
  update alsa/audio related infomation collection code in apport

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1893899/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1893899] Re: update alsa/audio related infomation collection code in apport

2020-09-03 Thread Balint Reczey
** Summary changed:

- update alsa/audio realted infomation collection code in apport
+ update alsa/audio related infomation collection code in apport

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1893899

Title:
  update alsa/audio related infomation collection code in apport

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1893899/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs