g.gui.html 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. <h2>DESCRIPTION</h2>
  2. <p>
  3. This program allows user to start a selected graphical user interface (GUI)
  4. from the command line prompt.
  5. <p>
  6. GRASS 7 has a new GUI based on wxWidgets, written in Python:
  7. <ul>
  8. <li><b>wxpython</b> - New wxPython based GUI aka
  9. <a href="wxGUI.html">wxGUI</a></li>
  10. </ul>
  11. The old <em>gis.m</em> and <em>d.m</em> Tcl/Tk GUIs from GRASS 6 have been removed.
  12. <p>
  13. If the <b>-u</b> update flag is given or the <em>g.gisenv</em>
  14. <tt>GRASS_GUI</tt> variable is missing, then the <tt>GRASS_GUI</tt>
  15. variable is permanently changed and the selected GUI will be used
  16. as the default UI from then on.
  17. <h2>NOTES</h2>
  18. Valid values for GRASS_GUI are <tt>text</tt> and <tt>wxpython</tt>.
  19. <em>g.gisenv</em> variables are stored in the user's home directory
  20. in a hidden file called "<TT>.grassrc7</TT>". They are not shell environment
  21. variables and the "rc" file is not a classic UNIX run command file,
  22. it just contains persistent GRASS variables and is not executed.
  23. <h2>SEE ALSO</h2>
  24. <em>
  25. <a href="wxGUI.html">wxPython based new generation GUI</a>,
  26. <a href="http://grass.osgeo.org/wiki/WxPython-based_GUI_for_GRASS">wxGUI wiki-page</a><br>
  27. <a href="g.gisenv.html">g.gisenv</a>, <a href="variables.html">GRASS variables list</a>
  28. </em>
  29. <h2>AUTHORS</h2>
  30. Martin Landa, FBK-irst, Trento, Italy<BR>
  31. Hamish Bowman, Otago University, Dunedin, New Zealand (fine tuning)
  32. <p>
  33. <i>$Date$</i>