Fix date/time in menu bar

If you are update or upgrade your pc, you can getting error about menu bar for date – time missing . For fixing this bug, you should write below commands step by step ,

  • Re-install indicator-datetime run ,
1
$ sudo apt-get install indicator-datetime
  • Re-configure date-time
1
$ sudo dpkg-reconfigure --frontend noninteractive tzdata
  • finally, restart
1
$ sudo killall unity-panel-service

That’ s all. For more information click page

I hope helped to you .

Comments