[GRASS-SVN] r41134 - grass/trunk/lib/init
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Feb 20 19:41:14 EST 2010
Author: cmbarton
Date: 2010-02-20 19:41:13 -0500 (Sat, 20 Feb 2010)
New Revision: 41134
Modified:
grass/trunk/lib/init/functions.sh
Log:
This fixes the bug in which the GUI does not automatically launch at startup. It uses the syntax that is clearly working correctly at line 432 to launch gis_set.py for launching the rest of the GUI at line 599. Please test on other platforms.
Modified: grass/trunk/lib/init/functions.sh
===================================================================
--- grass/trunk/lib/init/functions.sh 2010-02-20 23:37:47 UTC (rev 41133)
+++ grass/trunk/lib/init/functions.sh 2010-02-21 00:41:13 UTC (rev 41134)
@@ -596,7 +596,8 @@
# Check for gui interface
wxpython)
- "$GISBASE/etc/wxpython/wxgui.py"
+ eval '"$GRASS_PYTHON" "$GISBASE/etc/wxpython/wxgui.py"'
+# "$GISBASE/etc/wxpython/wxgui.py"
;;
# Ignore others
More information about the grass-commit
mailing list