[GRASSGUI] Re: [grass-addons] r363 - trunk/grassaddons/gui

Glynn Clements glynn at gclements.plus.com
Thu Mar 29 22:58:26 EDT 2007


Michael Barton wrote:

> I just copied the format in the current gis.m script. Without this, it is
> running modally. How would you recommend changing it?

Just remove the "&"s. If you want it to run in the background, type
"wxgrass &".

Note that GUI applications typically don't put themselves into the
background automatically. If you want them to run in the background,
you have to add the "&" yourself.

Sometimes you might want to wait for termination, e.g. to perform
clean-up. Having an application auto-background makes it impossible to
reliably detect termination.

-- 
Glynn Clements <glynn at gclements.plus.com>




More information about the grass-gui mailing list