DDCToolbox icon indicating copy to clipboard operation
DDCToolbox copied to clipboard

Could not find the program 'ddc-toolbox'

Open 45bcdf opened this issue 3 years ago • 1 comments

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?

45bcdf avatar Apr 02 '22 18:04 45bcdf

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

furrydaemon avatar Nov 22 '23 04:11 furrydaemon