package mscore
reopen 524733
version 0.9.5+dfsg-1
thanks

Hi Toby,

I'm still seeing the following messages when starting mscore 0.9.5+dfsg-1:
$ mscore
/usr/bin/mscore: line 9: list: command not found
stat: missing operand
Try `stat --help' for more information.
Using JACK for audio
Unable to open file "/usr/share/sounds/sf2/FluidR3_GM.sf2"

I have the package pulseaudio installed, but not pulseaudio-utils.
The pactl command referenced in the script /usr/bin/mscore lives in
pulseaudio-utils.

In /usr/bin/mscore, it has:
if [ "$PULSEAUDIO" -eq "0" ]; then

This should be something like if [ "$PULSEAUDIO" -eq "0" ] && [ -e
$(which pactl) ]; then

Package mscore should also have a Suggests: pulseaudio-utils (package
pulseaudio has a Suggests: pulseaudio-utils, so installing pulseaudio
will not install pulseaudio-utils).

thanks,
Yoshio



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to