https://bugs.gpodder.org/show_bug.cgi?id=1253
--- Comment #11 from flan_suse <[email protected]> 2011-03-02 05:34:06 GMT --- (In reply to comment #10) > (In reply to comment #9) > > Created attachment 615 [details] > > Now behavior of Gpodder after clicking on tray icon is less strange > > > > Patch on problem discibed in this comment: > > https://bugs.gpodder.org/show_bug.cgi?id=1253#c4 > > Now behavior of Gpodder after clicking on tray icon is less strange > > I think this patch make behavior of Gpodder less strange and more stable, but > not ideal. I have no idea what I'm doing. I can't even program "Hello, world." I think I got lucky here. Pavel, I made a patch against the latest git (which has your first patch merged into it. And based on your second patch, I made this new patch. Basically, this patch can be applied to the latest git code, and now gPodder's tray/minimize behaviour works just like VLC's and Opera's! Predictable and consistent results. patch -p 1 < tray_behaviour_revisited.patch Thomas, I only used "diff", but I think you are still able to merge this, yeah? The only thing remaining, really, is to just remove the "on_quit_systray" and "minimize_to_tray" options. The latter one is ignored anyways, even if enabled, at this point. To follow tried-and-true examples, VLC and Opera (and others) don't even have such an option to begin with. As for the "on_quit_systray", if it is enabled, the UI is still predictable and consistent, so it's technically safe to leave this option, it doesn't hurt. But if no one is using it, it can also be removed as well. "Minimize_to_tray" should really be removed, however. -- 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
