3

I installed Ubuntu 12.10, 64-bit, I had a clock up in the top right of the top menu panel.

I noticed the other day that it is no longer there. I've scoured all the settings and everything in Ubuntu Tweak, but I can't find any way to get it back.

How do I get my clock back on Unity top panel?

Tim
  • 32,861
  • 27
  • 118
  • 178
schtocker
  • 171
  • Have you tried checking System settings->Time & date->Clock->Show clock in menu bar? If that doesn't do anything, is the package indicator-datetime is installed (ie try reinstalling it)? – Marcus Feb 24 '13 at 21:01
  • 1
    @mtdevans I'd add that as a answer :) – Seth Feb 24 '13 at 21:05
  • Answer for Ubuntu 13.10 on this link:

    http://askubuntu.com/questions/45970/missing-date-time-from-top-panel-of-unity-desktop

    –  Nov 17 '13 at 02:02

1 Answers1

6

First, try checking it's installed with sudo apt-get install indicator-datetime.

Also, check the setting's checked at System Settings->Time & Date->Clock:

enter image description here

Seth
  • 58,122
Marcus
  • 730