We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is it possible to share some information about the installation process for this pulseaudio-equalizer version? :)
The text was updated successfully, but these errors were encountered:
@rsommerard
cd ~/Desktop && mkdir tmp && cd tmp git clone https://github.com/kernelOfTruth/pulseaudio-equalizer.git cd pulseaudio-equalizer cp -R share/pulseaudio-equalizer/presets/ ~/.config/pulse/ cp equalizerrc ~/.config/pulse sudo cp -R share/applications/ share/pulseaudio-equalizer/ /usr/share/ sudo cp bin/pulseaudio-equalizer bin/pulseaudio-equalizer-gtk /bin/ cd ~/.config/pulse touch ~/.config/pulse/equalizerrc.availablepresets sudo chmod +x /usr/share/pulseaudio-equalizer/pulseaudio-equalizer.py python /usr/share/pulseaudio-equalizer/pulseaudio-equalizer.py
Credits: https://askubuntu.com/a/1032931/701964
Also, this version of pulseaudio-equlizer works on Ubuntu 18.04 LTS and its derivatives.
Sorry, something went wrong.
In certain newer linux distributions, command "python" is not supported.
Fix:
Add sudo sed -i 's/python/python3/g' /bin/pulseaudio-equalizer-gtk before last line and replace the last line with just pulseaudio-equalizer-gtk.
sudo sed -i 's/python/python3/g' /bin/pulseaudio-equalizer-gtk
pulseaudio-equalizer-gtk
No branches or pull requests
Is it possible to share some information about the installation process for this pulseaudio-equalizer version? :)
The text was updated successfully, but these errors were encountered: