Closed burton11 closed 3 years ago
Have you changed the PATH variable at the top of your blocks.h
. It should point to the folder where your scripts are saved.
doesn't seem to work, how do you define it correctly?
Send the line that you have in your blocks.h
I basically just substituted your path with mine:
after this i try to run dwmblocks in the terminal and the error still persists. i just cloned the repo and build it, didn't move the file anywhere.
have you run make
again after changing the file? Are you sure /home/burton/dwmblocks/blocks/
points to the folder where the scripts are located? Run ls /home/burton/dwmblocks/blocks/
.
You were right I forgot to run make after I made the changes and it works now , thank you very very much !
After compiling dwmblocks and trying to to run it , I get the following error: getcmd - child - execv : No such file or directory.
I don't seem to find what the issue is here exactly.