Sometimes, the unity panel just stops working, meaning I can't access any menus for the programs I'm running. I know I can probably log in/out but that really puts an uncomfortable hickup in my work flow.
How can I restart unity-panel when it stops working?
kill -9 $(pgrep unity-panel-ser)
only works for me – freemanoid Nov 11 '13 at 15:09kill -9 $(pgrep unity-panel-ser)
I also had to runcompiz --replace
– Phil Oct 20 '14 at 15:10compiz --replace
did not help.compiz
did, but does not terminate, so now I dare not close the terminal... – dremodaris Jul 26 '18 at 10:28kill $(pgrep unity-panel-ser)
kills it. But it never comes back. Andunity-panel-service: command not found
. How to start it back? – s.k Jan 31 '21 at 15:31