Artix Linux Forum

Init systems => runit => Topic started by: AlekosGK on 26 August 2021, 20:42:32

Title: [SOLVED] Audacious wont run
Post by: AlekosGK on 26 August 2021, 20:42:32
I have installed audacious  and when I click on it it doesnt run, I try to run it from terminal and I get this.
(I installed the plugins package,rebooted and  it still doesnt run .

Can somebody help?
Title: Re: Audacious wont run
Post by: Artist on 26 August 2021, 20:49:20
what is the output of pacman -Q|grep audacious ?
Title: Re: Audacious wont run
Post by: AlekosGK on 26 August 2021, 20:53:23
git 1:4.1.r9.gefdbd81fc-1
Title: Re: Audacious wont run
Post by: Artist on 26 August 2021, 22:42:38
To get a working audacious you might add the following 2 lines to your /etc/pacman.conf file to enable my omniverse user repository:
Code: [Select]
[omniverse]
Server = http://omniverse.artixlinux.org/$arch
And then run pacman -Sy audacious
This should also install the required plugin and other packages.
Another excellent player you might consider is startberry-qt / strawberry
artist
Title: Re: Audacious wont run
Post by: AlekosGK on 28 August 2021, 12:01:32
It worked man thank you so much ^_^