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

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Apr 5 19:46:35 EDT 2008


Author: hamish
Date: 2008-04-05 19:46:35 -0400 (Sat, 05 Apr 2008)
New Revision: 30872

Modified:
   grass/trunk/lib/init/grass-xterm-wrapper
Log:
test for x-terminal-emulator too; beware: r20925 ???

Modified: grass/trunk/lib/init/grass-xterm-wrapper
===================================================================
--- grass/trunk/lib/init/grass-xterm-wrapper	2008-04-05 15:07:18 UTC (rev 30871)
+++ grass/trunk/lib/init/grass-xterm-wrapper	2008-04-05 23:46:35 UTC (rev 30872)
@@ -3,7 +3,7 @@
 
 if [ -z "$GRASS_XTERM" ] ; then
    # find a working xterm or xterm compatible executable
-   TERM_TRY="xterm rxvt"
+   TERM_TRY="xterm rxvt x-terminal-emulator"
    for TERM_PROG in $TERM_TRY ; do
       if [ -x "`which $TERM_PROG`" ] ; then
          GRASS_XTERM="$TERM_PROG"



More information about the grass-commit mailing list