4

enter image description hereSuddenly my taskbar have a bug when I start my computer!I remember that I did updates at last time that I used Budgie working good.However,it isn't possible to find a start menu and clock on my top taskbar.I tried some commands like sudo apt-get update sudo apt-get install gnome sudo apt-get install budgie-desktop but nothing happens!I would like if someone helps me...Thanks.

J-Mello
  • 369

1 Answers1

5

It looks like a bum update. Install Synaptic package manager with sudo apt install synaptic and undo the latest software update with Is there a way to undo software updates?, then use apt-mark hold <package-name> to prevent the same update from coming back again.

To restart the Budgie top panel run the following command:

nohup budgie-panel --replace&  

To reset the entire Budgie top panel back to its default settings run the following commands:

budgie-panel --replace --reset # afterwards press Enter, then press Ctrl+C  
nohup budgie-panel --replace& 
karel
  • 122,292
  • 133
  • 301
  • 332