PS: a simple way to remove all the indicators:
sudo dpkg -P $( dpkg -l | grep indicator- | awk {'print $2'} | grep -v lib )
sudo apt-get --purge autoremove
PS: a simple way to remove all the indicators:
sudo dpkg -P $( dpkg -l | grep indicator- | awk {'print $2'} | grep -v lib )
sudo apt-get --purge autoremove