-1

Almost all icons are replaced by Prohibition icon, though everything works fine. Icons like Sound, Settings, Lock, Power off are intact. Attaching image for reference. The icons while taking screenshot have all turned to prohibition icon too.

screenshot with bad icons

Currently using Ubuntu 24.04

I have already tried the things mentioned below:

sudo apt update
sudo apt install gnome-shell-extension-manager
sudo apt update
sudo apt install gnome-shell-extension
sudo apt update
sudo apt install --reinstall gnome-shell-extension-desktop-icons-ng

Have also tried upgrading to latest update

1 Answers1

1

This basically tells you it's not finding the icons.

Did you try changing the theme? Try the steps outline here: How do I change the icon theme in Ubuntu? and change the icon theme to something else (see second answer mid-way where he shows running gnome-tweaks)

It's also possible it's a broken update. I would start by trying the following :

sudo apt autoremove
sudo apt autoclean
sudo apt-get --fix-broken --fix-missing install
ventsyv
  • 141