I use a .desktop panel shortcut to run Leo. I always run it in a terminal window and close the terminal on exit of Leo.
> Here is where I'm confused. You are launching rerun2 in the background, so > it will outlast your bash script for sure. Are you saying you close your > console when leo exits and that causes rerun to exit? I run a console with > many tabs open. In one tab I launch leo. If I leo exits, I just launch > again within the same console instance. With that use case I expect to end > up with multiple instances of rerun2. > > Brian > By using the & after the command in the bash script, the command has been detached and runs as a subprocess of the terminal window that is running Leo. When I close that terminal the subprocess goes with it. In fact I would have to take steps, like disown the subprocess or use nohup to have the process continue beyond the closing of the terminal. HTH, Chris -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/leo-editor/d825e886-1465-4dbd-a407-d71af4e93763%40googlegroups.com.
