Re: nm-applet segfault

2008-09-10 Thread Tom Sutherland
I'm not sure how, but I resolved this problem - I suspect it had something to do with the libnm (-dev?) package that was installed on my machine. I uninstalled the SVN NetworkManager and nm-applet, then installed the Intrepid packages for them (along with a few dependencies). Things began

Re: nm-applet segfault

2008-09-09 Thread Dan Williams
On Mon, 2008-09-08 at 19:56 -0400, Tom Sutherland wrote: nm-applet segfaults on current SVN - I'm running Kubuntu Intrepid Ibex when getting this. Is there something I should try? nm-applet ** (nm-applet:8573): WARNING **: Unknown setting '' ** (nm-applet:8573): WARNING **: WARN

Re: nm-applet segfault

2008-09-09 Thread Patryk Zawadzki
On Tue, Sep 9, 2008 at 9:43 PM, Dan Williams [EMAIL PROTECTED] wrote: Odd; can you kill the applet, then: gdb /usr/bin/nm-applet Another useful approach is to not kill the applet but instead attach to it by specifying: gdb /usr/bin/nm-applet $(pidof nm-applet) Then type 'continue' and follow