So, far… I 've been able to Amarok to run through jack via a xine plugin. I start jack with jackd -R -d alsa. Is there a way to automate jack that it automatically starts at login? I’ve been going to TTY1 and running it there so I don’t have to deal with an extra window that I don’t use while I"m working.
I’ve already tried to drop it in /etc/bash.bashrc.local and ~/.bashrc; but causes it to run everytime I open a new cli window or not let me login at all. I also tried it using an IF statement to see if the process was running and start it if it wasn’t.