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

8 messages Options
Embed this post
Permalink
OSGeo4W

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

Reply Threaded More More options
Print post
Permalink
#83: grass pkg: terminal not available until you exit the gui
-------------------+--------------------------------------------------------
Reporter:  hamish  |       Owner:  [hidden email]
    Type:  defect  |      Status:  new                        
Priority:  major   |   Component:  Package                    
 Version:          |    Keywords:  grass                      
-------------------+--------------------------------------------------------
 Hi,

 with the latest grass package (6.4.0svn), you don't get access to the
 grass terminal prompt until you have exited the TclTk or wxPython GUI.
 it's just a blank DOS box until that time.

 ?
 thanks,
 Hamish

--
Ticket URL: <https://trac.osgeo.org/osgeo4w/ticket/83>
OSGeo4W <http://trac.osgeo.org/osgeo4w>
OSGeo4W is the Windows installer for the OSGeo stack.
_______________________________________________
osgeo4w-dev mailing list
[hidden email]
http://lists.osgeo.org/mailman/listinfo/osgeo4w-dev
OSGeo4W

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

Reply Threaded More More options
Print post
Permalink
#83: grass pkg: terminal not available until you exit the gui
-------------------+--------------------------------------------------------
Reporter:  hamish  |        Owner:  [hidden email]
    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.
_______________________________________________
osgeo4w-dev mailing list
[hidden email]
http://lists.osgeo.org/mailman/listinfo/osgeo4w-dev
OSGeo4W

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

Reply Threaded More More options
Print post
Permalink
In reply to this post by OSGeo4W
#83: grass pkg: terminal not available until you exit the gui
-------------------+--------------------------------------------------------
Reporter:  hamish  |        Owner:  [hidden email]
    Type:  defect  |       Status:  new                        
Priority:  major   |    Component:  Package                    
 Version:          |   Resolution:                            
Keywords:  grass   |  
-------------------+--------------------------------------------------------
Comment (by jef):

 Replying to [comment:1 jef]:
 > {{{
 > --- Init.bat.orig       2009-05-05 15:18:39.828125000 +0200
 > +++ Init.bat    2009-05-05 15:19:16.296875000 +0200
 }}}

 applies to {{{apps/grass/grass-6.4.0svn/etc/Init.bat}}}

--
Ticket URL: <http://trac.osgeo.org/osgeo4w/ticket/83#comment:2>
OSGeo4W <http://trac.osgeo.org/osgeo4w>
OSGeo4W is the Windows installer for the OSGeo stack.
_______________________________________________
osgeo4w-dev mailing list
[hidden email]
http://lists.osgeo.org/mailman/listinfo/osgeo4w-dev
OSGeo4W

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

Reply Threaded More More options
Print post
Permalink
In reply to this post by OSGeo4W
#83: grass pkg: terminal not available until you exit the gui
-------------------+--------------------------------------------------------
Reporter:  hamish  |        Owner:  [hidden email]
    Type:  defect  |       Status:  new                        
Priority:  major   |    Component:  Package                    
 Version:          |   Resolution:                            
Keywords:  grass   |  
-------------------+--------------------------------------------------------
Comment (by hamish):

 Replying to [comment:1 jef]:
 > not reproducable in 6.4.0svn-2 for wxpython.

 oops, correct.

 >  But for Tcl/Tk:
 > Fix:

 just as long as we don't lose any error or warning messages that are sent
 to the terminal -- we still need all the debugging info we can get our
 hands on.

 thanks,
 Hamish

--
Ticket URL: <https://trac.osgeo.org/osgeo4w/ticket/83#comment:3>
OSGeo4W <http://trac.osgeo.org/osgeo4w>
OSGeo4W is the Windows installer for the OSGeo stack.
_______________________________________________
osgeo4w-dev mailing list
[hidden email]
http://lists.osgeo.org/mailman/listinfo/osgeo4w-dev
OSGeo4W

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

Reply Threaded More More options
Print post
Permalink
In reply to this post by OSGeo4W
#83: grass pkg: terminal not available until you exit the gui
-------------------+--------------------------------------------------------
Reporter:  hamish  |        Owner:  [hidden email]
    Type:  defect  |       Status:  new                        
Priority:  major   |    Component:  Package                    
 Version:          |   Resolution:                            
Keywords:  grass   |  
-------------------+--------------------------------------------------------
Comment (by hamish):

 > Replying to [comment:1 jef]:
 > >  But for Tcl/Tk:
 > > Fix:

 applied in 6.5svn in rev37705. will port to other branches later today.

 see also osgeo4w bug #71


 Hamish:
 > just as long as we don't lose any error or warning messages that
 > are sent to the terminal -- we still need all the debugging info
 > we can get our hands on.

 i.e.  `clean_temp > NUL:`


 Hamish

--
Ticket URL: <https://trac.osgeo.org/osgeo4w/ticket/83#comment:4>
OSGeo4W <http://trac.osgeo.org/osgeo4w>
OSGeo4W is the Windows installer for the OSGeo stack.
_______________________________________________
osgeo4w-dev mailing list
[hidden email]
http://lists.osgeo.org/mailman/listinfo/osgeo4w-dev
OSGeo4W

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

Reply Threaded More More options
Print post
Permalink
In reply to this post by OSGeo4W
#83: grass pkg: terminal not available until you exit the gui
-------------------+--------------------------------------------------------
Reporter:  hamish  |        Owner:  [hidden email]
    Type:  defect  |       Status:  new                        
Priority:  major   |    Component:  Package                    
 Version:          |   Resolution:                            
Keywords:  grass   |  
-------------------+--------------------------------------------------------
Comment (by dvictori):

 Just installed Grass6.4 svn3 (from osgeo4w) and I can't get access to the
 DOS terminal when I run Grass wxpython. So I don't know if the ticket does
 not apply to wxpython as Jeff says

--
Ticket URL: <http://trac.osgeo.org/osgeo4w/ticket/83#comment:5>
OSGeo4W <http://trac.osgeo.org/osgeo4w>
OSGeo4W is the Windows installer for the OSGeo stack.
_______________________________________________
osgeo4w-dev mailing list
[hidden email]
http://lists.osgeo.org/mailman/listinfo/osgeo4w-dev
OSGeo4W

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

Reply Threaded More More options
Print post
Permalink
In reply to this post by OSGeo4W
#83: grass pkg: terminal not available until you exit the gui
-------------------+--------------------------------------------------------
Reporter:  hamish  |        Owner:  [hidden email]
    Type:  defect  |       Status:  new                        
Priority:  major   |    Component:  Package                    
 Version:          |   Resolution:                            
Keywords:  grass   |  
-------------------+--------------------------------------------------------
Comment (by hamish):

 Replying to [comment:5 dvictori]:
 > Just installed Grass6.4 svn3 (from osgeo4w) and I can't get
 > access to the DOS terminal when I run Grass wxpython. So I
 > don't know if the ticket does not apply to wxpython as Jeff says


 dumb question: do you start Grass wxpython using the Start Menu + version
 which says +DOS prompt, or just by double clicking on the
 desktop icon? (which doesn't give you a dos box)


 Hamish

--
Ticket URL: <https://trac.osgeo.org/osgeo4w/ticket/83#comment:6>
OSGeo4W <http://trac.osgeo.org/osgeo4w>
OSGeo4W is the Windows installer for the OSGeo stack.
_______________________________________________
osgeo4w-dev mailing list
[hidden email]
http://lists.osgeo.org/mailman/listinfo/osgeo4w-dev
OSGeo4W

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

Reply Threaded More More options
Print post
Permalink
In reply to this post by OSGeo4W
#83: grass pkg: terminal not available until you exit the gui
-------------------+--------------------------------------------------------
Reporter:  hamish  |        Owner:  [hidden email]
    Type:  defect  |       Status:  new                        
Priority:  major   |    Component:  Package                    
 Version:          |   Resolution:                            
Keywords:  grass   |  
-------------------+--------------------------------------------------------
Comment (by dvictori):

 I'm starting Grass from the desktop icon (Grass GIS wxpython) which
 does open a dos prompt but I can't use it. If I go through the start
 menu (start / osgeo4w / grass gis / wxgui) I get the same results, an
 open but unresponsive DOS prompt.

 I don't see any option on the OsGeo4W menu that says Grass+DOS prompt

 I'm using WinXP and the OsGeo4W installer says I got grass version
 6.4.0svn3.

 Daniel

--
Ticket URL: <https://trac.osgeo.org/osgeo4w/ticket/83#comment:7>
OSGeo4W <http://trac.osgeo.org/osgeo4w>
OSGeo4W is the Windows installer for the OSGeo stack.
_______________________________________________
osgeo4w-dev mailing list
[hidden email]
http://lists.osgeo.org/mailman/listinfo/osgeo4w-dev