timschneeb / DDCToolbox

Create and edit DDC headset correction files
GNU General Public License v3.0
137 stars 13 forks source link

Could not find the program 'ddc-toolbox' #11

Open 45bcdf opened 2 years ago

45bcdf commented 2 years ago

I have tried installing DDCToolbox via PPA as well as from source. Both installs result in a "Could not find the program 'ddc-toolbox'" message when I try to open the program.

Ubuntu 20.04, running Qt 5.12. Plasma DE

Both install processes seem to run fine, the program seems to show up in both krunner and the app menu as a program but never initiates and a popup with the title of this issue showing.

One other interesting note was that when building from source I was never able to get ./DDCToolbox to execute the program as your README suggests. After running the command from inside the DDCToolbox directory my terminal readout simply says: "bash: ./DDCToolbox: No such file or directory". When I list files in the directory it shows this as a list of contents: DDCToolbox.pro
deployment
install.nsi
LICENSE
Makefile
misc
README.md
res
snap
src
tests

Where am I going wrong?

furrydaemon commented 11 months ago

More than a year late, but there is a quick fix wich is manually running "sudo chmod +x /usr/bin/ddctoolbox"

10