I updated Audacious to latest version v2.5.1.1 & it wont work anymore.
Whats up with that?
I wanted to downgrade to previous version but i cant find older versions of Audacious.
I am running Open SuSe 11.3
I updated Audacious to latest version v2.5.1.1 & it wont work anymore.
Whats up with that?
I wanted to downgrade to previous version but i cant find older versions of Audacious.
I am running Open SuSe 11.3
What exactly does “not work” mean?
Which repositories do you use?
Starting Audacious via command line might give us some information what is going on there.
Audacious still works fine for me (same version, only on openSUSE 11.4).
I get this message when starting audacious: Audacious seems to be already running but is not responding. You can start another instance of the program, but please be warned that this can cause data loss. If Audacious is not running, you can safely ignore this message. Press OK to start Audacious or Cancel to quit.
Program ‘audacious’ is present in package ‘audacious’, which is installed on your system.
Absolute path to ‘audacious’ is ‘/usr/bin/audacious’. Please check your $PATH variable to see whether it contains the mentioned path.
Try
killall audacious
…then start again. If there is still no response, try
killall -9 audacious
instead.
Done that,but still wont start & i get the same message.
Gah, I missed that:
Absolute path to 'audacious' is '/usr/bin/audacious'. Please check your $PATH variable to see whether it contains the mentioned path.
As a regular user, do
echo $PATH
…and post the output. You should have a lot of trouble in case /usr/bin/ is actually not in your $PATH, though.
Also
Press OK to start Audacious or Cancel to quit.
…is rather a message from a GUI-window, I was hoping to see the output of the command line. Please post it as it appears (and use code-tags, please).