Labels

Monday, 14 December 2015

Date/time missing in the menu bar in ubuntu

Date and time missing in menu bar in ubuntu? here is fix!

If you have upgraded your Ubuntu machine to Ubuntu Saucy 13.10, one of the things that you might find missing is the date/time indicator in the menu bar. And if you visit the “System Settings -> Time and Date -> Clock” section, you might find that the option to add it to the menu bar is greyed out and disabled.

 

If you are having this problem, here’s the fix.

1. Reinstall indicator-datetime. It should be installed by default, but just in case you have removed it unknowingly, it is best to run the install command again.
sudo apt-get install indicator-datetime
2. Next, we are going to reconfigure the date time:
sudo dpkg-reconfigure --frontend noninteractive tzdata
3. Lastly, restart unity.
sudo killall unity-panel-service
 NOTE: This was worked fine!! tested on ubuntu 14.04LTS.


















No comments:

Post a Comment