2

I've been using Ubuntu with Gnome Classic for a while and I've noticed recently that in the "Indicator Applet Complete" in the Top Panel, my name and the clock have disappeared.

pic

I think it happened a while ago when I was messing around with packages. Every time I did apt-get... it would say "the following packages can be removed by apt-get autoremove", so I did it and then the clock and my name stopped appearing.

Can anyone help me? Thanks. It would be greatly appreciated.

fossfreedom
  • 174,526
Bentley Carr
  • 1,347

2 Answers2

5

Reinstall indicator-datetime.

sudo apt-get install indicator-datetime

sudo dpkg-reconfigure --frontend noninteractive tzdata

Reboot .

enter image description here

nux
  • 39,152
1

install dconf editor

sudo apt-get install dconf-tools
gksu dconf-editor

goto com >> canonical>> indicators >> datetime and tick show clock

Meow
  • 1,427