Now since it was only the indicator that was missing, it was a simple case of re-installing the indicator again. To do this run the following command in the terminal
sudo apt-get install indicator-datetime
Now after you have installed this you have two options, either log out and then log back in again (bit too Microsoft-like for me) or you can kill off your unity program, which automatically restarts. To do this run the following command:
ps -ef | grep unity-panel-service
As you can see from the screenshot above, it will come back with the PID of the program (number next to the user) and the one you want to kill of is /usr/lib/unity/unity-panel-service. To kill this service off just run the command:
kill <PID you just discovered using ps -ef, which in my example above it 4643>
You will see unity close down, refresh and then the time will appear again in the top right hand corner. Now would be a perfect time (no matter what the time now says on your PC) to have a beer.
No comments:
Post a Comment