Skip to content
New issue

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

Installation guide #6

Open
rsommerard opened this issue Oct 28, 2017 · 2 comments
Open

Installation guide #6

rsommerard opened this issue Oct 28, 2017 · 2 comments

Comments

@rsommerard
Copy link

Is it possible to share some information about the installation process for this pulseaudio-equalizer version? :)

@unigazer
Copy link

@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.

@Oober
Copy link

Oober commented Sep 4, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants