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
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.prodeployment
install.nsi
LICENSE
Makefile
misc
README.md
res
snap
src
tests
Where am I going wrong?