When I use wireless network,the network status icon show up wireless connection icon.WIFI connection status icon
But when I use command ifconfig wlan2 down
to disconnect wifi,the network status icon still show up connection status.
The network status has not changed to disconnect icon.WIFI has already disconnected network,but the status icon still show up connection.
How can I to fix the status icon sync problem?
My ubuntu version is Ubuntu 14.04.1 LTS
ifconfig wlan2 down
run the commandkillall nm-applet; nohup nm-applet &
(this will restart nm-applet, not the whole netowrk-manager so that yourifconfig wlan2 down
command still has effect). – Thanos Apostolou Jun 03 '16 at 09:28ifconfig ... down
command. So, the only way is to restart it. Thekillall nm-applet
command will make the network status icon disappear but then thenohup nm-applet &
command will make it reappear and send the task to background so that you can close your terminal (I don't think there is another way except if you want to change the nm-applet code). – Thanos Apostolou Jun 04 '16 at 17:28nm-applet &
). – Thanos Apostolou Jun 06 '16 at 09:13nm-applet &
.The network status icon still disappear. It does not reappear . I have no idea to fix this problem.That works fine on your system.Does your network status icon reappear after you typednm-applet &
ornohup nm-applet &
? – william_h Jun 07 '16 at 09:05nm-applet
command to see if you get there any errors. – Thanos Apostolou Jun 07 '16 at 10:09nm-applet
command? – Thanos Apostolou Jun 08 '16 at 08:16nm-applet-Message: using fallback from indicator to GtkStatusIcon
! I have installed ubuntu 16.04 version in another computer,and try the procedure you provide step by step. The network status icon does not reappear. Have you installed other tools for nm-applet or network? – william_h Jun 08 '16 at 09:42