Friday, January 13, 2017

How to refresh indicator panel Ubuntu

How to refresh indicator panel Ubuntu

Ubuntu comes with some indicator panel applet on the top right corner of your screen, for example on my laptop, i have sound, date, battery, language, network and session indicator. The question is how to refresh these indicators.

Why you want to refresh the indicators? because sometimes the indicators are not up-to-date in terms of data and you need to refresh it somehow. Like for example i uninstall a music player, but on the sound indicator, that music player is still there with a blank icon.

So how do i refresh these indicators? to refresh indicator panel on ubuntu we can use 'killall' command, this will not close the indicator permanently, it will only restart the indicator (stop and then start).
killall [indicator-name]
Example:
killall indicator-sound-service
The command above will restart the sound indicator panel, here's list of other indicator name that you can use to restart/refresh :
  1. indicator-application-service  
  2. indicator-datetime-service     
  3. indicator-messages-service     
  4. indicator-printers-service     
  5. indicator-sound-service
  6. indicator-bluetooth-service    
  7. indicator-keyboard-service     
  8. indicator-power-service        
  9. indicator-session-service

No comments:

Post a Comment