A more sophisticated approach would be that the cron'd system scripts, like slocate, would check whether jackd (+maybe some other essential RT software, which don't need jack) before running. This way you wouldn't have to hack anything. Fernando? Would this be possible to implement in the planet? Sampo On Wed, 2004-07-28 at 23:18, Frank Barknecht wrote: > Hallo, > Chris Pickett hat gesagt: // Chris Pickett wrote: > > > Cool! How do I kill or suspend things when I come back? Just grep ps > > for PID's? > > Ah, well, yes, now that's a problem. I think, xscreensaver just end > the screensaver it runs, probably by sending it some signal (SIGKILL?) > > You would need to catch that signal and do the housekeeping. Seems to > be a bit more complicated... > > Ciao