54

Just upgraded from 13.04 to 13.10.

Everything went fine but I don't see the time in the top right corner of the 'top bar' anymore. I tried to right click on it so I could get some options but nothings shows.

I'm sure it's obvious but I don't see it.

Braiam
  • 67,791
  • 32
  • 179
  • 269
Paté
  • 705

3 Answers3

84

Already solved here and here.
From the terminal:

sudo apt-get install indicator-datetime
sudo dpkg-reconfigure --frontend noninteractive tzdata
sudo killall unity-panel-service

Then logout & login from the graphic session.
If the clock is still hidden/grayed out:

Time&Date panel --> Clock --> Show a clock in the menu bar

If it still doesn't work report a bug on Launchpad.
*edited to solve a bigger slice of problems.

3

Go to Time & Date under System Settings, and after you click on it, click on the Clock tab, and make sure that there is a check mark in Show a clock in the menu bar. See image below.

enter image description here

Edit on behalf of @user221931 If the whole panel is grayed out, try (as mentioned already in another answer) the following commands in a terminal:

sudo dpkg-reconfigure --frontend noninteractive tzdata && sudo killall unity-panel-service
iammilind
  • 2,247
Mitch
  • 107,631
  • 14
    The entire panel is greyed out – Paté Oct 12 '13 at 18:59
  • 8
    If the whole panel is grayed out, try (as mentioned already in another answer) the following commands in a terminal: sudo dpkg-reconfigure --frontend noninteractive tzdata && sudo killall unity-panel-service – user221931 Apr 07 '14 at 00:22
0

run sudo apt-get install gnome-control-center. If it is un-installed, install it. Then for date-time install the package indicator-datetime.

Jonathan Rogiest
  • 348
  • 3
  • 14