0

How to disable/enable indicator(status) in ubuntu using terminal.

enter image description here If possible, please let me know.

Dinesh
  • 139
  • 1
  • 1
  • 11

1 Answers1

1

You are running Unity. Maybe try, as suggested here, disabling the service providing the infos for the indicators (therefore, avoiding unity indicators to launch), type :

   sudo mv /usr/lib/unity/unity-panel-service ~/unity-panel-service.bak

(You basicaly move the service file to a backup file in your home directory, to undo, simply remove them tho other way around).

DrGorilla.eth
  • 385
  • 1
  • 13