Suddenly 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.
Asked
Active
Viewed 4,011 times
4

J-Mello
- 379
1 Answers
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
- 114,770
-
If this works, you're done. Otherwise if there are any applets missing from the budgie top panel, there is a way to restore the missing applets to the panel one applet at a time. For example it is possible to add/remove only the clock applet, – karel Nov 11 '18 at 14:50
-
thanks for your tips,but nothing happens yet...I've just restart Budgie top panel and it don't works.I think I won't restart the entire Budgie desktop meanwhile cause I don't know how to take back my settings if I don't get success.What do you think? – J-Mello Nov 11 '18 at 16:29
-
There a possibility your settings caused the issue. Isn't it better to start over? You can reapply the changes one at a time... – Nov 11 '18 at 16:40
-
2
-
@karel yeah!It was awswered by your nice tips!I will check this mark to green on others questions too...I'm just a newbie here,sorry for my inconvenience. – J-Mello Nov 11 '18 at 17:38
gnome
is not a package andbudgie-desktop
is already installed (it's the default desktop in your Ubuntu derivative), reinstalling it may have some effect but better post a screenshot showing what the problem really is. – Nov 11 '18 at 13:47sudo apt install --reinstall budgie-desktop
(apt
should be used now instead ofapt-get
, it has been like that for years now). – Nov 11 '18 at 14:38