[pygtk] Applet

James Henstridge james@daa.com.au
Tue, 28 Nov 2000 10:40:42 +0800 (WST)


On Mon, 27 Nov 2000, Marco Catunda wrote:

> Hello,
> 
> 	I made an applet application using pyGTK, the applet
> is running very well... but i don't known how I could put the applet
> in gnome panel when the gnome start... Does anyone known it?

You need to write a .gnorba file for your applet (and put it in
$(sysconfdir)/CORBA/servers (sysconfdir == /etc usually)).  Take a look at
the other .gnorba files for details on the format.

James.