Użytkownik Jamie Adams napisał: > Hello, > > Still a bit of a newbie to all the stuff I'm playing with here, so > forgive any obvious errors. I found this nice little code sample to > create an indicator applet in Python for Ubuntu's Indicator area > (basically equivalent to the system tray in Windows-land). > > https://wiki.ubuntu.com/DesktopExperienceTeam/ApplicationIndicators#Python+version >
Hi. I'm afraid that Dabo doesn't implement such control but wx does. You probably should play with wx.TaskBarIcon control. Documentation says that it should work for GNOME >= 2, but I never tried this, just use wx demos to check if it works. Or, I guess it's related with your sanity question - you have to be a desperate to follow that way, write your indicator with PyGTK and application core in wx, then use third party library to connect each other (sockets, XMPP?). -- Regards Jacek Kałucki _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users Searchable Archives: http://leafe.com/archives/search/dabo-users This message: http://leafe.com/archives/byMID/[email protected]
