How do I remove an application shortcut from the Unity panel (not launcher bar)?

My specific issue is I tried to install a game using Wine a while ago. I then uninstalled the game, then uninstalled Wine. Today I found that shortcuts to the game (and other related content that came with it) remain when I push Super and type the game name. (Wine is not visible though.)

link|improve this question
feedback

1 Answer

up vote 4 down vote accepted

You probably still have some hidden wine configuration files remaining.

rm -rf ~/.wine
rm -rf ~/.config/menus/applications-merged/wine*
rm -rf ~/.local/share/applications/wine
rm -rf ~/.local/share/desktop-directories/wine*
link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.