2

I have the same problem as Network Manager Applet menu freezes and does not respond in ubuntu 12.04.
Now, even restarting the nm-applet won't help.
Is it a bug? I thought 12.04 would be pretty stable now.
What could I do then?
Thanks!

manuzhang
  • 191

1 Answers1

1

I think I am still having a similar bug on my 12.04 LTS system. For now, restarting nm-applet works for me, as described in this link.

alex@alex-desktop:~$ ps -A | grep nm-applet
21903 ? 00:00:00 nm-applet
alex@alex-desktop:~$ kill 21903
alex@alex-desktop:~$ nohup nm-applet &
[1] 22476
alex@alex-desktop:~$ nohup: ignoring input and appending output to `nohup.out'
alex@alex-desktop:~$

Certainly this is not a fix, but it's a quick way to get nm-applet working again (for me). In fact, when I'm lazy, I can just start a new instance of nm-applet without killing the old one. Maybe someone call tell me why that's a dangerous idea, but for now it's helping!

Steve Koch
  • 285
  • 2
  • 10