2

I have installed MATE on Ubuntu 14.04 and nm-applet doesn't run on startup despite being set as a startup application and being installed. When I log in, I am able to open up a terminal, type nm-applet, and then it works but not when I restart the computer.

John Scott
  • 1,462
  • 7
  • 24
  • 48

1 Answers1

2

Installing indicator-applet-complete solved this issue for me:

sudo apt-get install indicator-applet-complete

  • 1
    I don't think that's right. I re-added nm-applet from my Startup Applications and it fixed without having to install anything extra. – John Scott Oct 31 '14 at 22:12