GNOME Bugzilla – Bug 353416
gnome-power-manager should use new applet infrastructure
Last modified: 2010-10-22 09:03:12 UTC
In reference to http://blogs.gnome.org/view/ryanl/2006/08/21/0, we should probably move away from GtkStatusIcon for 2.18 to the new applet stuff Ryan has proposed. When this stuff hits gnome CVS I'll have a play and see if it does everything we need. See http://desrt.mcmaster.ca/random/applets.tar.gz for code. Comments?
Why would you want to have an applet instead of a notification area icon? What are the specific advantages? It makes sense for a clock but I don't think it makes sense for a daemon...
Ohh the new applets are actually like notification icons :-) Basically, it lets them be "put" in the panel wherever the user likes. We can still add an applet from the session daemon as we do with the GtkStatusIcon. Sound sane?
Not really. That doesn't sound like a good enough advantage to me. What actual problems does this solve? Some of the downsides are obvious I think: we link to more libs, complicate the code, use more memory, don't support the xdg notification area (so g-p-m won't work in xfce or kde), etc. Also the gpm icon is not always visible in some configurations and it may be better for visibility changes to occur in the well known notification area rather than in any part of any panel.