#451: After exiting the WxGUI, display a little help on the console
-------------------------+--------------------------------------------------
Reporter: benducke | Owner: grass-dev@lists.osgeo.org
Type: enhancement | Status: new
Priority: minor | Milestone: 6.4.0
Component: wxGUI | Version: unspecified
Keywords: | Platform: Unspecified
Cpu: Unspecified |
-------------------------+--------------------------------------------------
It would be nice if the wxGUI could dump a friendly little message to the
console telling the user how to restart it. I for one keep forgetting the
right command name ...
#451: After exiting the WxGUI, display a little help on the console
--------------------------+-------------------------------------------------
Reporter: benducke | Owner: grass-dev@lists.osgeo.org
Type: enhancement | Status: new
Priority: minor | Milestone: 6.4.0
Component: wxGUI | Version: unspecified
Resolution: | Keywords:
Platform: Unspecified | Cpu: Unspecified
--------------------------+-------------------------------------------------
Comment (by hamish):
Welcome to GRASS 6.4.svn (2008)
GRASS homepage: http://grass.osgeo.org/
This version running thru: Bash Shell (/bin/bash)
Help is available with the command: g.manual -i
See the licence terms with: g.version -c
Start the GUI with: g.gui [____]
When ready to quit enter: exit
}}}
#451: After exiting the WxGUI, display a little help on the console
--------------------------+-------------------------------------------------
Reporter: benducke | Owner: grass-dev@lists.osgeo.org
Type: enhancement | Status: new
Priority: minor | Milestone: 6.4.0
Component: wxGUI | Version: unspecified
Resolution: | Keywords:
Platform: Unspecified | Cpu: Unspecified
--------------------------+-------------------------------------------------
Comment (by benducke):
This would require people to read information first, then use the
software, then recall what they memorized. Not very likely in many
scenarios
At least in my case, wxPython also dumps a lot of error/warning messages
on the console, pretty much right after startup, so I never really get to
see this helpful note.
#451: After exiting the WxGUI, display a little help on the console
--------------------------+-------------------------------------------------
Reporter: benducke | Owner: grass-dev@lists.osgeo.org
Type: enhancement | Status: new
Priority: trivial | Milestone: 6.4.0
Component: wxGUI | Version: unspecified
Resolution: | Keywords:
Platform: Unspecified | Cpu: Unspecified
--------------------------+-------------------------------------------------
Changes (by martinl):
* cc: martinl (added)
* priority: minor => trivial
Comment:
Replying to [comment:2 benducke]:
> This would require people to read information first, then use the
software, then recall what they memorized. Not very likely in many
scenarios
> At least in my case, wxPython also dumps a lot of error/warning messages
on the console, pretty much right after startup, so I never really get to
see this helpful note.