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 <[email protected]> wrote:

> Hi,
>
> On Tue, Jun 22, 2010 at 9:02 PM, Garrett McLean <[email protected]> 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
>

Reply via email to