[GRASS5] Re: [Pkg-grass-general] testing debiangis

Markus Neteler neteler at itc.it
Wed Jan 19 09:59:57 EST 2005


(cc grass5)

On Wed, Jan 19, 2005 at 03:22:48PM +0100, Markus Neteler wrote:
> On Wed, Jan 19, 2005 at 08:27:40AM -0500, Steve Halasz wrote:
> > On Wed, 2005-01-19 at 12:06 +0100, Paolo Cavallini wrote:
> > > - grass depends on xterm, but the package does not require this dependency
> > 
> > I don't think this is true. I can run grass on the command line without
> > even running X. Maybe I should switch all the X-related depends to
> > suggests?
> 
> I think it does:
> 
> cd grass60/lib/init
> grep xterm *
> epsg_option.tcl:                                        exec -- xterm -e $env(GISBASE)/etc/make_location_epsg.sh \
> 
> cd grass60/display/d.m
> grep xterm *
> d.m.tcl:    eval exec -- xterm -e $env(GISBASE)/etc/grass-run.sh $cmd $args &
> 
> [etc ?]

Just for the record (I filtered away some irrelevant hits):

grass60/
find . -type f -name "*" -exec grep -l xterm {} \;
./display/d.m/script/r.colors.rules
./display/d.m/script/r.reclass.rules
./display/d.m/script/r.recode.rules
./display/d.m/d.m.tcl
./lib/external/bwidget/entry.tcl
./lib/init/epsg_option.tcl
./lib/init/grass-run.src
./lib/vask/V_init.c
./scripts/r.mapcalculator/r.mapcalculator
./scripts/r3.mapcalculator/r3.mapcalculator

Currently 'xterm' is hardcoded in these files.

Markus




More information about the grass-dev mailing list