GRASS GIS wrote:

> #117: r.digit fails if launched from menu
> -------------------------+--------------------------------------------------
>   Reporter:  4everskiff  |       Owner:  [email protected]
>       Type:  defect      |      Status:  new                      
>   Priority:  major       |   Milestone:  6.3.0                    
>  Component:  default     |     Version:  6.3.0 RCs                
> Resolution:              |    Keywords:                           
> -------------------------+--------------------------------------------------
> Comment (by hamish):
> 
>  I changed grass-xterm-wrapper to automatically look for rxvt if xterm is
>  not there (r30863)*, but I have zero idea at all how grass-xterm-wrapper
>  should be handled for  native MS Windows installs

You can use "start" to run a command in a new console window.

You need to consume all of the switches up to and including -e, e.g.:

        #!/bin/sh
        # xterm "emulator" for Windows
        while [ "$1" != "-e" ] ; do shift ; done
        shift
        exec start "$@"

>  (but guarantee-xmon is
>  useless there anyway, as there is no xmons, so don't bother?).

There are presumably other cases which use grass-xterm-wrapper, but
it wouldn't surprise me if every one of them did something which
wouldn't work on Windows.

-- 
Glynn Clements <[EMAIL PROTECTED]>
_______________________________________________
grass-dev mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/grass-dev

Reply via email to