I would like to use kmid and so I had to install timidity, and also I had to add this to /etc/rc.d/alsasound(following a guide on the net) at the end, just before rc_exit:
if "$RUNLEVEL" = "0" ] || "$RUNLEVEL" = "6" ]; then
echo "Stopping timidity"
killall -9 timidity
else
echo "Starting timidity"
timidity -iA -B2,8 -Os &
fi
well, now it works well, but, why don’t automtize everything this when I install kmid??? that is useless without timidity?
how can I push this to developers to have this in the next 11.4:):)???