<div dir="ltr"><pre class="message">Package: audacious<br>Version: 1.5.1-1<br><br>I worked around the problem before looking for this bug...<br><br>I found that for the files to load from the shell audacious had<br>to be running already, so wrapped it with the script bellow:<br>
------------------------------------------------------------------------------<br>#!/bin/sh<br>ps | grep audacious || audacious &amp; sleep 5s &amp;&amp; audacious $*<br>------------------------------------------------------------------------------<br>
<br>If you have a fast machine you may reduce those 5 seconds.<br><br>nice for those who just want to get it working for now :D<br><br><br></pre></div>