[Pkg-audacious-maintainers] Bug#491043: A simple work around...

\*/ rui.damas at gmail.com
Thu Aug 28 08:29:46 UTC 2008


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.alioth.debian.org/pipermail/pkg-audacious-maintainers/attachments/20080828/a2e5dbbb/attachment.htm 


More information about the Pkg-audacious-maintainers mailing list