Closed dkdjam closed 2 years ago
you're starting the jack-server via jack_control start
; qjackctl will not run the startup scripts because the jack-server is not started under its premises. simply as that.
Ah great! of course, this makes sense now that you mention it. So I removed all the dbus interfacing and activated the start jack option in the setup GUI. Now it works just as I want it. Thanks for the heads-up! we can close this.
I have a script that starts and stops jack dbus via qjackctl:
It works fine but I see that the post-startup script configured in qjackctl is not executed. I have to stop jack (in qjackctl GUI) and start it again. I would have expected the post-startup script to execute the 1st time. Unless I miss an option, I would be very grateful if you could fix this. Thanks!
PS: my post-startup scripts calls zita-a2j and connects some ports, i guess I could add it to the above but I prefer executing it from qjackctl due to its dependence on the %r %p %n params.