QJACKCTL freezes when enabling SCRIPT execution
Debian Bullseye - Qjackctl v0.9.1
QJACKCTL freezes when enabling SCRIPT execution when starting or after starting the Server (qjackctl-> setup-> options). I open Qjackctl then this is freeze.
For QJACKCTL to unfreeze I have to close in the Task Manager: sch -c myapp
probably it's the script that blocks and never returns... just tell it to run in the background, by adding an ampersand (&) to the end.
Thanks. You are right, entering an & at the end solves the problem (myapp &). But it may not be the correct solution.
if your myapp does not return immediately then it's the only and correct solution.
I understand, but I think that you should always put the & since, I tried placing other applications and the same thing happens, QJACKCTL freezes if the & is not placed at the end.