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 <twer...@debian.org> wrote:

> Hi,
>
> On Tue, Jun 22, 2010 at 9:02 PM, Garrett McLean <gmcl...@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
>
__
This is the maintainer address of Debian's Java team
<http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers>. Please 
use
debian-j...@lists.debian.org for discussions and questions.

Reply via email to