https://bugs.gpodder.org/show_bug.cgi?id=1495
--- Comment #3 from Thomas Perl <[email protected]> 2011-11-21 15:48:31 GMT --- (In reply to comment #2) > Could you give me a little hint where this feature was implemented in the 2.x > branch? The class that does most of this is gtk.StatusIcon: http://www.pygtk.org/docs/pygtk/class-gtkstatusicon.html > And is "minimize to system tray" the same with all desktop environments? Basically clicking the icon toggles the visibility of the gPodder main window - that should do it for the first version. We can always tweaks and improve on that later on :) > (Unity, Gnome3,..) or do we have to differentiate between the environments? Unity uses AppIndicators: https://wiki.ubuntu.com/DesktopExperienceTeam/ApplicationIndicators AFAIK GNOME 3 should use the same StatusIcon / systray area, although I'm not totally sure. Due to the flexibility of the hooks/extensions mechanism, I think the best way would be to start out with a simple gtk.StatusIcon-based implementation and then maybe think about writing an AppIndicator extension later on. -- Configure bugmail: https://bugs.gpodder.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. _______________________________________________ gPodder-Bugs mailing list [email protected] https://lists.berlios.de/mailman/listinfo/gpodder-bugs
