Bug#586761: sun-java6-plugin: Please add PulseAudio support!

Garrett McLean gmclean at gmail.com
Wed Jun 23 17:51:28 UTC 2010


It's entirely possible that I am oversimplifying but could it be as simple
as adding a wrapper script (in such as bash)? Something like:

#!/bin/bash
if [ "$(pidof pulseaudio)" ]; then
padsp java $*
else
java $*
fi

Or maybe (probably) there are better ways to check for pulse's presence
and/or to redirect audio to it?

-Garrett


On Tue, Jun 22, 2010 at 12:35 PM, Torsten Werner <twerner at debian.org> wrote:

> Hi,
>
> On Tue, Jun 22, 2010 at 9:02 PM, Garrett McLean <gmclean at gmail.com> wrote:
> > Or should this bug be filed against sun-java6-bin instead?
>
> It does not really matter. But I have no idea how to fix your problem.
>
> Cheers,
> Torsten
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.alioth.debian.org/pipermail/pkg-java-maintainers/attachments/20100623/75fe09ff/attachment.htm>


More information about the pkg-java-maintainers mailing list