Mark Knecht wrote on Wed, 22-Jan-2003:
Actually, can I somehow take the jackstart output that
goes to the F2
console and pipe it to a file that I could look at from KDE? That would be
nice too.
Sure, if using bash, just run it:
jackstartoptionsblahblah &> /tmp/jack.output &
Then in a terminal under X, you can run:
tail -f -s 0 /tmp/jack.output
and it's just like you were there.
jlc