I used static ip configuration for a while, now that I deleted the profile and configured it to use dhcp the system tray icon doesn't animate if I unplug the ethernert cable and plug it back in like it used to before I tried static ip configuration.
cat /etc/network/interfaces
auto lo
iface lo inet loopback
address 127.0.0.1
netmask 255.0.0.0
auto lo
iface lo inet loopback
address 127.0.0.1
netmask 255.0.0.0
Comment