GNOME Bugzilla – Bug 379914
use gtkstatusicon when available
Last modified: 2008-04-20 14:08:56 UTC
On gtk+ >= 2.10, NM-applet should use gtkstatusicon.
Created attachment 77245 [details] [review] initial patch First patch; lightly tested in both eggtrayicon (< 2.10) and gtkstatusicon (2.10) modes. More testing appreciated. I think this patch also fixes bug 336933, bug 351824 and maybe bug 358372 (when using gtkstatusicon at least; but I cannot repro this bug anyway).
Applied to HEAD, thanks.
Would someone please consider backporting this to the 0.6 branch? It is a real pain!
Any particular reason why it's a pain? The eggtrayicon code should still work with all versions of GTK...
Well, currently whenever gnome-panel crashes, nm-applet exits and has to be restarted by hand. This is bug 336933; which was apparently fixed by the port to GtkStatusIcon.