Ubuntu – Add shut-down/logout indicator to panel

iconslogoutpanelshutdown

I tried to remove the weather icon from the panel. I found an instruction on Ask Ubuntu (can't find it now) that I followed. The problem is that it also removed the "shut down"-icon, the power-indicator, the mail-indicator as well as the date-indicator.
How do I get these back?

Best Answer

sudo apt-get install indicator-datetime indicator-messages indicator-power indicator-session

or

sudo apt-get install --reinstall indicator-datetime indicator-messages indicator-power indicator-session

or

sudo dpkg-reconfigure indicator-datetime indicator-messages indicator-power indicator-session

If none of these solve it then please provide more information.

Related Question