Sorry I should have told you how to do it even though I've never done it. To background an app add an '&' after the program name on the command line. (this won't help you in the gui world where you need to select items from the interface) To background a currently running process, open a terminal and type bg # where number is the process id. It should work on juk, but YMMV. To prevent a program from ending when you log out launch the app via the nohup utility. ex: 'nohup juk' Brian > -----Original Message----- > From: Brian Densmore > Sent: Wednesday, August 25, 2004 9:57 AM > To: kclug@kclug.org > Subject: RE: weird Linux question > > > You need to background the program before logging out, but > some Linux music > apps do that for you via a preferences button like "continue running > on log out". I've never done it to an app running in a WM, > but I'm sure it's > possible. In fact I've never done it to a running app, only to newly > started apps. > > > -----Original Message----- > > From: lerninlinux > > > > Reading up on my history of Unix, I read how it was designed > > to share a machine amongst multiple users, to do > > calculations. If they weren't finished, they could leave a > > process running to continue it, and the logged on user took > > presidence. > > > > Ok, so this kinda came up on me the other day, I was logged > > in and running Juk, when someone (who likes to F78k up > > computers) needed to use the machine. I logged out and > > logged them on the Guest account and they asked why I turned > > off the music. > > > > Is it a Juk thing or am I missing something, I need to > > somehow give Juk priority and keep it running when I am logged out. > > > >