[GRASS-SVN] r36289 - grass/trunk/lib/init

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Mar 9 12:40:05 EDT 2009


Author: kyngchaos
Date: 2009-03-09 12:40:05 -0400 (Mon, 09 Mar 2009)
New Revision: 36289

Modified:
   grass/trunk/lib/init/variables.html
Log:
document GRASS_WXBUNDLED

Modified: grass/trunk/lib/init/variables.html
===================================================================
--- grass/trunk/lib/init/variables.html	2009-03-09 16:21:14 UTC (rev 36288)
+++ grass/trunk/lib/init/variables.html	2009-03-09 16:40:05 UTC (rev 36289)
@@ -158,7 +158,7 @@
   <dt>GRASS_HTML_BROWSER</dt>
   <dd>[init.sh, wxgui]<br>
     defines name of HTML browser. For most platforms this should be
-    an executable in your PATH, or the full path to an executable.<br><br>
+    an executable in your PATH, or the full path to an executable.<br>
     Mac OS X runs applications differently from the CLI.
     Therefore, GRASS_HTML_BROWSER should be the application's signature,
     which is a domain-like name, just reversed, i.e. com.apple.Safari. To
@@ -233,9 +233,15 @@
   <dd>[wxGUI, Python SWIG]<br>
     set to override Python executable.</dd>
   
+  <dt>GRASS_WXBUNDLED</dt>
+  <dd>[wxGUI]<br>
+    set to tell wxGUI that a bundled wxPython will be used.<br>
+    When set, the wxGUI will not check the wxPython version, as this
+    function is incompatible with a bundled wxPython.  It is up to the
+    packager to make sure that a compatible wxPython version is bundled.</dd>
+  
   <dt>GRASS_XTERM</dt>
-  <dd>lib/init/grass-xterm-wrapper<br>
-    lib/init/grass-xterm-mac<br>
+  <dd>[lib/init/grass-xterm-wrapper, lib/init/grass-xterm-mac]<br>
     set to any value (e.g. rxvt, aterm, gnome-terminal, konsole) to
     substitute 'x-terminal-emulator' or 'xterm'. The Mac OS X app
     startup defaults to an internal '$GISBASE/etc/grass-xterm-mac',



More information about the grass-commit mailing list