Hi On Tue, 13 Jun 2006 01:49:11 -0400 Eric Dorland <[EMAIL PROTECTED]> wrote:
> In what way is it not support? You can set FIREFOX_DSP="aoss" and it > will work. If you mean support autodetection, then I'm open to > suggestions on a sane way of accomplishing it. I meant to show it in debconf prompt. However autodetection should be also possible (after checking running daemons) by checking whether ALSA is enabled. Then it should be safe to use aoss wrapper, see attached patch. -- Michal Čihař | http://cihar.com | http://blog.cihar.com
--- firefox.orig 2006-06-13 09:01:22.000000000 +0200 +++ firefox 2006-06-13 09:02:05.000000000 +0200 @@ -88,6 +88,8 @@ FIREFOX_DSP=esddsp elif pgrep -u `id -u` arts >/dev/null 2>&1; then FIREFOX_DSP=artsdsp + elif [ -x /usr/bin/aoss -a -d /proc/asound ] ; then + FIREFOX_DSP=aoss fi elif [ "${FIREFOX_DSP}" = "none" ]; then FIREFOX_DSP=
signature.asc
Description: PGP signature