stav121 / i3wm-themer

🎨 Theme collection manager for i3-wm
MIT License
2.22k stars 245 forks source link

Use PPA's to install dependencies on Ubuntu installation script #111

Closed diegosanchezp closed 3 years ago

diegosanchezp commented 4 years ago

Reading the source code of the installation script for Ubuntu install_ubuntu.sh I see that the following dependencies and its dependents are build from source or compiled

Maybe the code can be refactored to use PPA's?

I have personally use this PPA to install some of those dependencies, which is maintained by the regolith-linux team

Hope this helps to avoid less bugs like those mentioned in #107 ?

stav121 commented 4 years ago

Hello sir,

I have personally never used the PPA directly (I've used i3 on Ubuntu like only once in the past), so I don't know if there would be any major difference. But in general it's a good idea to use it to avoid dependency issues. Would you mind creating a PR with the suggested changes?

diegosanchezp commented 4 years ago

Hi! Yeah I would have no problem to create a PR, give me a week to test with those changes, if there is no Pull Request means that my experiment failed.