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
  • 172,746
Bentley Carr
  • 1,317
  • 1
  • 13
  • 23
  • Duplicate of this? http://askubuntu.com/questions/129985/how-to-make-the-date-appear-next-to-the-time-indicator-in-gnome-classic?rq=1 – fossfreedom Mar 02 '14 at 09:47

2 Answers2

5

Reinstall indicator-datetime.

sudo apt-get install indicator-datetime

sudo dpkg-reconfigure --frontend noninteractive tzdata

Reboot .

enter image description here

nux
  • 38,017
  • 35
  • 118
  • 131
1

install dconf editor

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

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

Meow
  • 1,357
  • I don't think it is necessary to run dconf-editor as root with gksu... just running dconf-editor should be fine. – Wilf Mar 02 '14 at 11:11