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,529
  • 19
  • 78
  • 114
Josip Pavić
  • 91
  • 1
  • 7
  • Reinstall the software center ? sudo apt-get --purge --reinstall install software-center Might reset some configs ? – Mark Kirby Oct 03 '15 at 08:56
  • Same thing. I also made a clean install of Ubuntu 15.04 on formated disk and it 's the same – Josip Pavić Oct 03 '15 at 10:02
  • What about graphics drivers ? Whats your GPU ? – Mark Kirby Oct 03 '15 at 10:03
  • Related bug report, not fix yet, keep an eye on this https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/1437856 – Mark Kirby Oct 03 '15 at 10:07
  • My gpu is GTX 760. I use the nouveau drivers – Josip Pavić Oct 03 '15 at 12:43
  • You should use the nvidia propitiatory driver, it may not fix your issue, but you should have it for that card as nouveau is a community maintained driver and does not support all Nvidia features, for that card i recommend sudo apt-get install nvidia-346-updates and a reboot, or see http://askubuntu.com/questions/61396/how-do-i-install-the-nvidia-drivers for more options – Mark Kirby Oct 03 '15 at 12:50
  • Here is my full pc specs: CPU: FX 8320 CPU Cooler: ZALMAN CNPS10X OPTIMA MBO: ASUS M5A97 R2.0 RAM: TRANSCEND 2X4 GB 1600 MHZ (8GB) HDD: WD BLUE 1TB SATA 3 GPU: MSI GTX 760 2GB TF IV GAMING OC PSU: FORTRON FSP RAIDER 550W 80+ SILVER CASE: ZALMAN Z3 PLUS ATX USB 3.0 – Josip Pavić Oct 03 '15 at 12:50
  • Only one question: what's the diference beetven nvidia-346 and nvidia-346-updates. I ask that because in driver manager there is for example nvidia 123 and nvidia 123 updates – Josip Pavić Oct 03 '15 at 12:58
  • Also same thing with Nvidia – Josip Pavić Oct 03 '15 at 13:56
  • will this problem be fixed in upcoming 15.10 – Josip Pavić Oct 03 '15 at 13:57
  • Updates will add any new updates for that driver version, as with updating anything, could be bugs. The normal one is considered the most stable but may lack features, they are the same driver version and for the everyday user, there’s nothing to choose really both work very well. I can't tell you if this will be fixed or not, you should ask about it at the bug report https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/1437856 – Mark Kirby Oct 03 '15 at 14:24

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
  • 48,105