XGRASS illegal help data error

The solution for your problem is probably one of the solutiopn to
xgrass on HP 9000 machines. All you have to do is that you should
get into the $(ETC)/xclip directory and remove or comment out all
the lines that contain helpwidgetref:, I did this for all the files with
a simple script.

for i in *
do
  cp $i /tmp/xclip.tmp
  awk -f":" '{if($1 != "helpwidgetref") print $0}' /tmp/xclip.tmp > $i
eieo
done

Be careful here. Make a back up of the xclip directory beofre you attempt to
do this.

Good luck
Nalneesh Gaur, River Forecast Center, TULSA

Thanks, it works now. I just hoped ther was some easy way to keep the
help functionality as intended.

Josef Fuerst

--

Dipl.Ing. Dr. Josef Fuerst
Universitaet fuer Bodenkultur
Institut fuer Wasserwirtschaft, Hydrologie und konstruktiven Wasserbau
Nussdorfer Laende 11
A-1190 Wien
AUSTRIA

Tel: +43 1 3692924 360
Fax: +43 1 3692924 350
E-mail: fuerst@donau.boku.ac.at