소스 검색

Needed to add a "&" so GUI won't run modally

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@41135 15284696-431f-4ddb-bdfa-cd5b030d7da7
Michael Barton 15 년 전
부모
커밋
c83ae8d309
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      lib/init/functions.sh

+ 1 - 1
lib/init/functions.sh

@@ -596,7 +596,7 @@ start_gui()
         
         # Check for gui interface
         wxpython)
-            eval '"$GRASS_PYTHON" "$GISBASE/etc/wxpython/wxgui.py"'
+            eval '"$GRASS_PYTHON" "$GISBASE/etc/wxpython/wxgui.py" &'
 #            "$GISBASE/etc/wxpython/wxgui.py"
             ;;