qjackctl icon indicating copy to clipboard operation
qjackctl copied to clipboard

QJACKCTL freezes when enabling SCRIPT execution

Open fernando-inf opened this issue 4 years ago • 4 comments

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

fernando-inf avatar Aug 25 '21 19:08 fernando-inf

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.

rncbc avatar Aug 25 '21 21:08 rncbc

Thanks. You are right, entering an & at the end solves the problem (myapp &). But it may not be the correct solution.

fernando-inf avatar Aug 25 '21 21:08 fernando-inf

if your myapp does not return immediately then it's the only and correct solution.

rncbc avatar Aug 26 '21 21:08 rncbc

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.

fernando-inf avatar Aug 27 '21 15:08 fernando-inf