This bug seems to be related to paths under ~/.local/share/applications which have hyphens in the directory path. This seems to cause corruption of the icon parsing or title which is displayed in the dash. As an example (on my 16.04 machine):
$ cat << EOF > test.desktop [Desktop Entry] Name=Hyphen test Exec=/bin/true Type=Application Icon=/usr/share/icons/suru/apps/256/dash.png EOF $ chmod +x test.desktop $ mkdir ~/.local/share/applications/hyphen-test $ mv test.desktop ~/.local/share/applications/hyphen-test/ Now, open the dash and search for "hyphen". On my machine, I see the correct icon but no title is displayed underneath. $ mv ~/.local/share/applications/hyphen-test ~/.local/share/applications/hyphen Searching for "hyphen" in the dash now shows an entry with the correct icon and title (but also still shows the defunct previous entry without title). The effect of the hyphenated path seems variable. Some apps show the wrong icon, some have a missing title, some have both errors. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1370190 Title: .desktop files in .local/share/applications not processed correctly To manage notifications about this bug go to: https://bugs.launchpad.net/unity/+bug/1370190/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs