The topic of panel applets in pygnome2 has been raised before, and 
seemingly, answered succinctly:
        http://www.daa.com.au/pipermail/pygtk/2002-September/003393.html
However, I'm still confused.  Using the files attached to the above post,
I put GNOME_HelloApplet.server in /home/btonkes/lib/oaf which is in the oaf
path:
        $ oaf-sysconf --display-directories
        OAF configuration file contains:
            /home/btonkes/lib/oaf
and python-applet in /home/btonkes/src/pyapplet, changing the "PATH TO PYTHON
APPLET" string in GNOME_HelloApplet.server to
"/home/btonkes/src/pyapplet/python-applet".  My question: what next?  Running
python-applet seems to do nothing.  Am I doing something fundamentally wrong?

I'm using Red Hat 8.0 with the supplied gnome-python rpms, i.e.,
        gnome-python2-applet-1.99.11-8
        gnome-python2-gtkhtml2-1.99.11-8
        gnome-python2-canvas-1.99.11-8
        gnome-python2-bonobo-1.99.11-8
        gnome-python2-1.99.11-8
        orbit-python-1.99.0-4

Is this the only way to create panel applets?  I initially thought that
        import gnome
        import gnome.applet
        applet = gnome.applet.Applet()
might work, but this just dumps core.

Any help appreciated,
thanks,
brad

_______________________________________________
pygtk mailing list   [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/

Reply via email to