corinfinite / brp-pacu

An audio analysis tool to configure any sound system with an equalizer. It compares the output of the system to the input of the system and allows you to use this data to perform final equalization by matching the results with actual DSP/EQ.
GNU Lesser General Public License v3.0
13 stars 4 forks source link

Couldn't load builder file: /usr/local/share/brp-pacu/BRP_PACU.ui #15

Closed corinfinite closed 7 years ago

corinfinite commented 8 years ago

This error appears after trying to run the BRP_PACU executable after the initial build (sans "sudo make install"). Running "sudo make install" fixes this, but means that after any UI changes, "sudo make install" must be run.

nettings commented 7 years ago

see #20 for a quick fix (sorry, I'm new to pull requests, somehow this slipped into an unrelated one).

corinfinite commented 7 years ago

Thanks for also knocking this out in addition to #19.

Here's a good article on closing issues via pull requests: https://help.github.com/articles/closing-issues-via-commit-messages/