Ubuntu – How to reload the clock applet

appletclockgnome-panel

It seems I am running this bug. Sometimes my clock applet just stops running, and I have a pop-up window saying 'The clock has quit unexpectedly'. Between 'Reload' and 'Close', I have unfortunately chosen the second option. Even if I have rebooted, I cannot launch the applet anymore. I am on Ubuntu 10.10.

Can somebody give me the command line that I could use in the application launcher appearing when Alt + F2 are hit ? Or any other solution in order to recover the applet on the gnome-panel ?

Best Answer

As long as you didn't tell the panel to "delete" the clock applet, you should be able to get it back with a simple restart of the gnome-panel itself. Just hit Alt-F2, then run :

killall gnome-panel

That will restart the panel and reload your clock.

If you've deleted the clock applet, you'll have to re-apply it. Right click on an empty area of your panel, right click and choose "Add to panel". Then find and choose the "Clock" applet, then hit the add button at the bottom.

Related Question