On Sun, 2003-06-29 at 05:46, Martin Preishuber wrote: > Hi there, > > I'm still trying to get a gnome applet working (gtk2), but since I use > KDE3 as desktop, there just doesn't appear anything ... is it basically > possible, that a gnome2 applet works with kde3 ? gaim is a gnome2 applet > and it works with kde3 so that should probably be possible.
No, we switched from applets to the notification area. Applets only wprk on the gnome panel, however applications which use the system tray/notification area, work with the xemebed standard which will work in KDE or GNOME. I don't know if there are any python bindings yet but the specification is on freedesktop.org. > > If so, can anyone point me to some working code or send me an example I > can start with ? If you are into C check out the notification area plugin in gaim. It is actualy quite simple. > Thanks, > > Martin -- J5 _______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
