0

For a few months I have had this problem that my topbar appindicator icons are glitching out.

A few days ago I had 3 slack icons where only one worked. And most of the time some icons overlap.

crowded icons

I am currently on Ubuntu Budgie 16.04.

Does anyone know how I can fix this?

This is my topbar configuration

1 Answers1

0

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