If I add or remove an Indicator (my adding or removing a package) I currently have to logout or restart to see the effects of my changes.

How can I refresh my Indicators from within my session to enable me to keep working?

link|improve this question

feedback

3 Answers

up vote 2 down vote accepted

Try restarting the gnome-panel by hitting Alt+F2 and then typing killall gnome-panel.

link|improve this answer
feedback

Just kill the relevant processes, this will work even if you don't uninstall first:

killall indicator-sound-service

For example, to get rid of the sound indicator after you've uninstalled it, or to refresh it.

Other services include:

  • indicator-application-service (for the application menus)
  • indicator-datetime-service
  • indicator-me-service
  • indicator-session-service (for the session menu at the far right)
link|improve this answer
This answer works in Unity and can be used to refresh the indicators even if they're not uninstalled. – Jeremy Bicha Jun 17 '11 at 11:43
feedback

You could right click > remove it from the panel and add it back again; that's the easiest method, though not the best.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.