[osgeo4w-dev] Re: [osgeo4w] #83: grass pkg: terminal not available until you exit the gui

OSGeo4W trac_osgeo4w at osgeo.org
Tue May 5 09:20:18 EDT 2009


#83: grass pkg: terminal not available until you exit the gui
-------------------+--------------------------------------------------------
Reporter:  hamish  |        Owner:  osgeo4w-dev at lists.osgeo.org
    Type:  defect  |       Status:  new                        
Priority:  major   |    Component:  Package                    
 Version:          |   Resolution:                             
Keywords:  grass   |  
-------------------+--------------------------------------------------------
Comment (by jef):

 not reproducable in 6.4.0svn-2 for wxpython.  But for Tcl/Tk:

 Fix:

 {{{
 --- Init.bat.orig       2009-05-05 15:18:39.828125000 +0200
 +++ Init.bat    2009-05-05 15:19:16.296875000 +0200
 @@ -106,9 +106,9 @@
  if %errorlevel% == 2 goto exitinit

  if not "%GRASS_WISH%"=="" (
 -       "%GRASS_WISH%" "%WINGISBASE%\etc\gm\gm.tcl"
 +       start /b "GRASS Tcl/Tk" "%GRASS_WISH%"
 "%WINGISBASE%\etc\gm\gm.tcl"
  ) else (
 -       "%WINGISBASE%\etc\gm\gm.tcl"
 +       start /b "GRASS Tcl/Tk" "%WINGISBASE%\etc\gm\gm.tcl"
  )

  "%WINGISBASE%\etc\clean_temp" > NUL:
 }}}

-- 
Ticket URL: <http://trac.osgeo.org/osgeo4w/ticket/83#comment:1>
OSGeo4W <http://trac.osgeo.org/osgeo4w>
OSGeo4W is the Windows installer for the OSGeo stack.


More information about the osgeo4w-dev mailing list