I installed cardapio and its icon was in launcher as well in application lens in dash. When I unistalled cardapio, its icon vanished from the launcher (as it should) but the icon is still present in application lens in Dash. Is there a way to get rid of it?
Asked
Active
Viewed 1.4k times
4 Answers
7
Well, with help from this askubuntu question I carried out the suggestion of florian-diesch to
grep cardapio ~/.local/share/applications/*
and there was cardapio.desktop. I deleted it and now the cardapio icon does not show up any more among the applications in dash.
Thank you all for your willingness to help me solve my problem.
2
I had the same issue. First I uninstalled the application, then I deleted all references from the following folder:
/usr/share/applications
/usr/local/share/applications
~/.local/share/applications
Rebooted....
If not install this MENU editor:
sudo add-apt-repository ppa:caldas-lopes/ppa
sudo apt-get update
sudo apt-get install ezame
and delete unwanted icons.
pst007x
- 8,210
1
try to run in terminal
sudo rm /usr/share/applications/cardapio.desktop
this will remove it from launcher, after that:
sudo apt-get remove cardapio && sudo apt-get autoremove
hingev
- 6,684