Package: audacious
Version: 1.5.1-1

I worked around the problem before looking for this bug...

I found that for the files to load from the shell audacious had
to be running already, so wrapped it with the script bellow:
------------------------------------------------------------------------------
#!/bin/sh
ps | grep audacious || audacious & sleep 5s && audacious $*
------------------------------------------------------------------------------

If you have a fast machine you may reduce those 5 seconds.

nice for those who just want to get it working for now :D

Reply via email to