[Bug 978895] Re: Checkbox Should Not Use gconfsink for Sound

2013-01-24 Thread Launchpad Bug Tracker
This bug was fixed in the package checkbox - 0.13.9 --- checkbox (0.13.9) precise-proposed; urgency=low * Updated fix for bug #1026614 which was missing some code. * Removed bad fix for bug 990133. checkbox (0.13.8) precise-proposed; urgency=low * New upstream release (LP: #10

[Bug 978895] Re: Checkbox Should Not Use gconfsink for Sound

2013-01-22 Thread Daniel Manrique
Hi, I'm testing checkbox 0.13.9. I'm following the same procedure, so: $ sudo apt-get remove gstreamer0.10-gconf The following packages will be REMOVED: gnome-media gstreamer0.10-gconf ubuntu-desktop The pretest gives the expected result: $ gst-launch-0.10 "audiotestsrc ! audioconvert ! audiore

[Bug 978895] Re: Checkbox Should Not Use gconfsink for Sound

2013-01-18 Thread Steve Langasek
Hello Ulrich, or anyone else affected, Accepted checkbox into precise-proposed. The package will build now and be available at http://launchpad.net/ubuntu/+source/checkbox/0.13.9 in a few hours, and then in the -proposed repository. Please help us by testing this new package. See https://wiki.ub

[Bug 978895] Re: Checkbox Should Not Use gconfsink for Sound

2012-11-15 Thread Daniel Manrique
Trying this in a VM with Precise (12.04.1). First I removed gstreamer0.10-gconf. This also removed a couple other packages: The following packages will be REMOVED: gnome-media gstreamer0.10-gconf ubuntu-desktop The pretest gives the expected result: $ gst-launch-0.10 "audiotestsrc ! audioconver

[Bug 978895] Re: Checkbox Should Not Use gconfsink for Sound

2012-11-07 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/precise-proposed/checkbox -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/978895 Title: Checkbox Should Not Use gconfsink for Sound To manage notifications about this bug

[Bug 978895] Re: Checkbox Should Not Use gconfsink for Sound

2012-11-07 Thread Clint Byrum
Hello Ulrich, or anyone else affected, Accepted checkbox into precise-proposed. The package will build now and be available at http://launchpad.net/ubuntu/+source/checkbox/0.13.8 in a few hours, and then in the -proposed repository. Please help us by testing this new package. See https://wiki.ub

[Bug 978895] Re: Checkbox Should Not Use gconfsink for Sound

2012-10-01 Thread Daniel Manrique
** Description changed: - I ran the audio test of checkbox on my dell inspiron 1525 (no headsets + [Impact] + + The following problem happens on systems that don't have gconf gstreamer + elements (or they don't work because the desktop environment doesn't use + gconf): + + "I ran the audio test

[Bug 978895] Re: Checkbox Should Not Use gconfsink for Sound

2012-08-31 Thread Daniel Manrique
** Changed in: checkbox (Ubuntu) Status: In Progress => 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/978895 Title: Checkbox Should Not Use gconfsink for Sound To manage notific

[Bug 978895] Re: Checkbox Should Not Use gconfsink for Sound

2012-08-22 Thread Launchpad Bug Tracker
** Branch linked: lp:~roadmr/checkbox/remove-gconfaudiosink -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/978895 Title: Checkbox Should Not Use gconfsink for Sound To manage notifications about thi

[Bug 978895] Re: Checkbox Should Not Use gconfsink for Sound

2012-08-20 Thread Daniel Manrique
** Changed in: checkbox (Ubuntu) Status: Triaged => In Progress ** Changed in: checkbox (Ubuntu) Assignee: (unassigned) => Daniel Manrique (roadmr) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net

[Bug 978895] Re: Checkbox Should Not Use gconfsink for Sound

2012-06-05 Thread Daniel Manrique
** Branch linked: lp:~sylvain- pineau/checkbox/gst_pipeline_test_conversion -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/978895 Title: Checkbox Should Not Use gconfsink for Sound To manage notific

[Bug 978895] Re: Checkbox Should Not Use gconfsink for Sound

2012-04-11 Thread Dave Lentz
Hmm, I guess the real issue is that I changed Synaptic to not grab Recommended packages by default. I guess this a duplicate of https://bugs.launchpad.net/ubuntu/+source/checkbox/+bug/886137 Even with the change to autoaudiosink, sound still fails because python-gst0.10 is Recommended. I'm not s

[Bug 978895] Re: Checkbox Should Not Use gconfsink for Sound

2012-04-11 Thread Dave Lentz
** Patch removed: "gstpatch" https://bugs.launchpad.net/ubuntu/+source/checkbox/+bug/978895/+attachment/3047336/+files/gstpatch.patch -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/978895 Title:

[Bug 978895] Re: Checkbox Should Not Use gconfsink for Sound

2012-04-11 Thread Ubuntu Foundation's Bug Bot
The attachment "gstpatch" of this bug report has been identified as being a patch. The ubuntu-reviewers team has been subscribed to the bug report so that they can review the patch. In the event that this is in fact not a patch you can resolve this situation by removing the tag 'patch' from the b

[Bug 978895] Re: Checkbox Should Not Use gconfsink for Sound

2012-04-11 Thread Daniel Manrique
Hi Dave, Thanks for the patch and the explanation. We tested that the autoaudiosink works well on Ubuntu Precise and if you say it also works on KDE with no additional dependencies that's even better. As for the patch, I see you're only updating scripts/audio_test. Some tests in jobs/audio.txt.i

[Bug 978895] Re: Checkbox Should Not Use gconfsink for Sound

2012-04-11 Thread Dave Lentz
Sorry Daniel, didn't see your comment. Kubuntu doesn't even hace gconf stuff installed by default, so either gstreamer0.10-gconf should be a required (not recommended) dependency or using autoaudiosink avoids installing gconf packages on Kubuntu (may be the same case for Lubuntu). I'm not a gstrea

[Bug 978895] Re: Checkbox Should Not Use gconfsink for Sound

2012-04-11 Thread Dave Lentz
Possible patch ** Patch added: "gstpatch" https://bugs.launchpad.net/ubuntu/+source/checkbox/+bug/978895/+attachment/3047336/+files/gstpatch.patch -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/978

[Bug 978895] Re: Checkbox Should Not Use gconfsink for Sound

2012-04-11 Thread Daniel Manrique
Dave, We can certainly push a quick fix for this, are you certain that using autoaudiosink will fix this? You say we shouldn't use gconfsink, could you elaborate on why using autoaudiosink is recommended instead? Thanks for your help triaging and diagnosing this bug! -- You received this bug no

[Bug 978895] Re: Checkbox Should Not Use gconfsink for Sound

2012-04-11 Thread Dave Lentz
** Summary changed: - audio test of checkbox generated no sound + Checkbox Should Not Use gconfsink for Sound -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/978895 Title: Checkbox Should Not Use gco