https://bugs.gpodder.org/show_bug.cgi?id=1495
--- Comment #8 from [email protected] 2012-02-08 20:25:35 GMT --- (Mit Bezug zu comment 7) > Once I clean it up (and maybe make that data available to the hooks or some > other mechanism), you can also use it for the status icon. That would be great. Perhaps it's already possible to get it but ever method which doesn't use api methods increases the risk of problems in future version in which you may decide to change some internal data models. > I'm all against alternating icons, as it "blinks" and irritates the user in my > opinion. The gPodder icon with the progress bar overlaid (as we had in > previous versions) is no problem, though. You're right. The blinking sounds like "interaction required". I haven't realized the tray icon version in the gPodder Version 2.7 which I'm running too yet. Very nice. >> Another Problem is that the gPodder.show() is called before ... > But isn't that even better than calling .show() *after* the hooks scripts is > inited? Because at that point, even if you have hidden the window from > the hook scripts, it would still be shown, right? But I could do dirty things in trayicon init like: self.cnt = 0 oldShow = self.window().show dev newShow(): self.cnt+=1 if self.cnt>1: oldShow() self.window().show = newShow So the your first show would be ignored. -- 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
