
This directory contains the embeddable Bonobo component frontend for Guppi. 
Standalone Guppi is one directory up, in src/

To test the component, you might try a script like this:

#! /bin/sh
echo "Guppi component debug wrapper"
RUNCMDFILE=testing-guppi.gdb
echo -n "run " > $RUNCMDFILE
echo $* >> $RUNCMDFILE 
export DISPLAY=:0.0
xterm -T "Guppi component debug" -e libtool gdb -x $RUNCMDFILE guppi-component 
/bin/rm -f $RUNCMDFILE
echo "Guppi component exit"
exit 0


You have to change guppi.gnorba to contain the absolute pathname of the script,
and install guppi.gnorba to /etc/CORBA/servers/.

Then you can run ./plot_comp_test to try using the Guppi component and debug 
any hacks you might add.

Of course, you could also just install the component and try it with Gnumeric, 
or you can use the test-container program that comes with Bonobo.
