Package: grass / 6.4.4-1

xterm Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Description: Prefer x-terminal-emulator as terminal.
Author: Francesco Paolo Lovergine <frankie@debian.org>

--- a/lib/init/grass-xterm-wrapper
+++ b/lib/init/grass-xterm-wrapper
@@ -3,7 +3,7 @@
 
 if [ -z "$GRASS_XTERM" ] ; then
    # find a working xterm or xterm compatible executable
-   TERM_TRY="xterm rxvt x-terminal-emulator"
+   TERM_TRY="x-terminal-emulator rxvt xterm"
    for TERM_PROG in $TERM_TRY ; do
       if [ -x "`which $TERM_PROG`" ] ; then
          GRASS_XTERM="$TERM_PROG"