Network Manager Applet NOT Showing in MATE Desktop Taskbar Ubuntu
Saturday, February 13th, 2016Network Manager Applet NOT Showing in MATE Desktop
If you install the MATE desktop environment on Ubuntu, your Network Manager icon may not show up in the taskbar as shown below:
Without the Network Manager icon showing, you will have a hard time managing and connecting to WIFI networks. To get it to show up, you will need to edit the following file using nano:
sudo nano /etc/xdg/autostart/nm-applet.desktop
Look for the below line:
AutostartCondition=GNOME3 unless-session gnome
And comment it out like so:
#AutostartCondition=GNOME3 unless-session gnome
Save the file using "Ctrl + O", and then exit nano using "Ctrl + X". Restart your computer. The network icon will show up again as shown below:
Note, the actual icon will vary based on the selected MATE desktop theme. The screenshots above show the icon used in the LUNA theme.