1

I recently made a movement from Ubuntu 14.04.03 LTS to Ubuntu 15.04 and on Ubuntu 15.04 all icons or most of them are messed up, There size is also bigger.On 14.04 there was no such problem. I also tried Ubuntu Mate 15.04 and the problem is same. My question is how to fix that?

Please see the pictures to see the examples

enter image description here

enter image description here

Mark Kirby
  • 18,949
  • 19
  • 79
  • 116

1 Answers1

0
  • Delete the app icon theme cache

    sudo rm /usr/share/app-install/icon-theme.cache
    

    Restart Software center

  • Not solved yet, purge its package (let it remove software center & ubuntu-desktop meta pacakge)

    sudo apt-get purge app-install-data
    

    Install it back (this is for Ubuntu/Unity, choose your corresponding one)

    sudo apt-get install ubuntu-desktop
    

    Start software center

user.dz
  • 49,176