After upgrade to 16.04 from 15.10, I see two software center icons. One works, the other doesn't.
In the image below, the right works, the left doesn't. The left, when clicked, doesn't do anything, except the icon appearing in the launcher, and breathing like it's gonna open, but doesn't
How do I get rid of the left one if it doesn't work?
Best Answer
Remove the old version after upgrade
When you upgrade from previous Ubuntu versions, the "old" Software-center is not removed it seems. Since it is replaced by the new Software-center, you can remove it by running the command:
This will not remove the new software-center, since it has a different package name.
If the icon still is there:
Most likely
Software Center was update to the latest version for 16.04, but the old
.desktop
file was left behind.What to do if this is the case
/usr/share/applications
Drag either one of the
.desktop
files with "software" in its name on to the launcher and try to start it from there. If it launches succesfully, that's obviously the one to keep.Note: the file name of the new
.desktop
file isorg.gnome.Software.desktop
, showing "Software" innautilus
, while the old one was namedubuntu-software-center.desktop
, showing "Ubuntu Software Center" innautilus
.Another option
is that for some reason, in the past you (or software you used) made a local copy of the global
.desktop
file. If the solution below gives no result, look in~/.local/share/applications
for a fileubuntu-software-center.desktop
and remove it, log out and back in.