Comment 95 for bug 780602

Revision history for this message
Mathieu Trudel-Lapierre (cyphermox) wrote : Re: nm-applet leaks memory and stops functioning after a while

https://launchpad.net/~mathieu-tl/+archive/sru-staging/+packages

On the above PPA I've made available has updated packages for Precise, Quantal and Raring to help debugging the menu functionality. *it does not fix the issue*

It would be helpful if people could try these packages and help debugging the issue by providing more information, basically, after updating the pacakge, kill off nm-applet and start the new one like so in a terminal:

G_MESSAGES_DEBUG=nm-applet-indicator nm-applet

It will start outputting debug information on the console, we'll want to match that output with the output from dbus-monitor in another terminal:

dbus-monitor --session --monitor interface=com.canonical.dbusmenu

Then we'll match all of that to help figure out how to fix this bug.