Closed federicosnobohm closed 5 years ago
How did you install it? Can you give any more details on how it isn't working? I'm on Archlinux and I can't reproduce.
I have installed from the AUR repository. (sorry for my english) pulseaudio-equalizer.log
I haven't touched that package in a while, can you try the one in the official repos?
where is the package of the equalizer ? is that i chose in the image?
No, the one below.
https://www.archlinux.org/packages/community/any/pulseaudio-equalizer-ladspa/
yes i install that package but still not working cant open
What do you mean you can't open? You don't see a PulseAudio Equalizer
entry in your menu?
If not, try running pulseaudio-equalizer-gtk
in the terminal.
yes i see the icon but the app never open i try it
Hummm, that's definitely weird. Can you cat /usr/bin/pulseaudio-equalizer-gtk
?
that?
No, just see if /usr/bin/pulseaudio-equalizer-gtk
contains anything inside, this seems weird.
that?
Yes. I have no idea what's going on. I can't reproduce.
It's really very weird because I could always use it on Manjaro Gnome, i try with Antergos Gnome and haves the same problem. :(
@federicosnobohm The log you posted always shows:
... PA_LADSPA_CONTROLS=,,,,,,,,,,,,,,, PA_LADSPA_INPUTS=,,,,,,,,,,,,,,, ...
That's quite odd. Together with the rest of your issues it might be worthwhile to remove pulseaudio-equalizer-ladspa and reinstall from scratch. It might not explain what's going on, but in the screenshot you posted the version for pulseaudio-equalizer-ladspa shows 3.0.1-1. That's not the latest release, which is 3.0.2-1. I'm not familiar with Manjaro or Antergos, so these are standard pacman CLI commands to run:
$ sudo pacman -Rsn pulseaudio-equalizer-ladspa pulseaudio-equalizer-ladspa-git
$ sudo pacman -Syyuu
$ sudo pacman -S pulseaudio-equalizer-ladspa
$ pacman -Q pulseaudio-equalizer-ladspa
pulseaudio-equalizer-ladspa 3.0.2-1
If the version from the last command still shows something older, you might need to choose another repo mirror.
Allow me to chime in: I had recently re-installed my system (Antergos) and previously had this plugin working. This install, despite putting it back the way it was, i ran into the same problem that @federicosnobohm has.
I tried various things and then did this:
.config/pulse
pulseaudio -k
and restarted it pulseaudio --start
The GTK config program and the plugin started working. The commands above were done as a normal user. My fault may have been installing the -git version before this and it put down in invalid configuration that wasn't removed when I uninstalled it.
You can run pulseaudio -v
as a normal user after killing pulseaudio to see more of what's going on. In my case, pulseaudio said that the plugin itself was missing and couldn't load it. This led me to look into where this plugin was storing configuration for itself, and saw CONFIG_DIR="$HOME"/.config/pulse
in pulseaudio-equalizer
and just decided to nuke the folder out of annoyance. This may have been a bit overkill.
I did save the old contents of the folder if anyone wants to look at it.
Allow me to chime in: I had recently re-installed my system (Antergos) and previously had this plugin working. This install, despite putting it back the way it was, i ran into the same problem that @federicosnobohm has.
I tried various things and then did this:
- Deleted everything in
.config/pulse
- Killed pulse
pulseaudio -k
and restarted itpulseaudio --start
The GTK config program and the plugin started working. The commands above were done as a normal user. My fault may have been installing the -git version before this and it put down in invalid configuration that wasn't removed when I uninstalled it.
You can run
pulseaudio -v
as a normal user after killing pulseaudio to see more of what's going on. In my case, pulseaudio said that the plugin itself was missing and couldn't load it. This led me to look into where this plugin was storing configuration for itself, and sawCONFIG_DIR="$HOME"/.config/pulse
inpulseaudio-equalizer
and just decided to nuke the folder out of annoyance. This may have been a bit overkill.I did save the old contents of the folder if anyone wants to look at it.
Thanks bro! thats work for me!!
Is not working on Manjaro Gnome Arch Linux.