I have deinstalled a package (epiphany) which showed up thrice in the dash. Now, one of the application-icons is gone, yet two remain.
I want to know where to start looking into this problem: how does the Dash application-lense determine its contents? And where (if at all) is that saved or cached?
lsof -c unity
and the likes, may list the file(s) or folder I am looking for, but wading through all that content is just too much work :)
lsof -c unity and the likes, may list the file(s) or folder I am looking for, but wading through all that content is just too much work
...grep
? – Rinzwind Apr 04 '13 at 08:12ls /usr/share/applications | grep epiphany
. – mikewhatever Apr 04 '13 at 09:23/usr/share/applications
does not contain anything referring to epiphany (I grepped all content), nor does/usr/share/application-registry
. I suspect these entries lie below my $HOME. – berkes Apr 04 '13 at 10:17~/.local/share/applications
? – Apr 04 '13 at 12:45