A quick dirty workaround for 64-bit binaries: ``` diff --git a/usr/bin/padsp.dpkg b/usr/bin/padsp index 1f6bfd5..62e8686 100755 --- a/usr/bin/padsp.dpkg +++ b/usr/bin/padsp @@ -73,11 +73,7 @@ done shift $(( $OPTIND - 1 )) -if [ x"$LD_PRELOAD" = x ] ; then - LD_PRELOAD="/usr/\\$$LIB/pulseaudio/libpulsedsp.so" -else - LD_PRELOAD="$LD_PRELOAD /usr/\\$$LIB/pulseaudio/libpulsedsp.so" -fi +LD_PRELOAD=/usr/lib/x86_64-linux-gnu/pulseaudio/libpulsedsp.so export LD_PRELOAD ```
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2068940 Title: bad environment variable in padsp script To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/2068940/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs