http://bugs.winehq.org/show_bug.cgi?id=21098
Damjan Jovanovic damjan.jov@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |damjan.jov@gmail.com
--- Comment #3 from Damjan Jovanovic damjan.jov@gmail.com 2010-04-12 07:17:55 --- Wine most definitely deletes .menu files in ~/.config/menus/applications-merged
Look in Wine's registry, under HKEY_LOCAL_MACHINE\Software\Wine\MenuFiles - your .menu files should be listed there, and when you uninstall, and restart Wine (either by logging out and back in from your desktop, or running "wineserver -k", or stopping all Wine applications and waiting at least 3 seconds for wineserver to die), and then start another Wine application, it should be gone from both the registry and the filesystem.
If it's not gone, please post the contents of that registry key and the ~/.config/menus/applications-merged directory.
Note that messing with the registry or the WINEPREFIX it's stored in (eg. deleting ~/.wine) will disassociate the menus from Wine. Also unicode characters might be a problem. Wine currently doesn't track and delete icons under ~/.local/share/icons, or directory files under ~/.local/share/desktop-directories, but those shouldn't be directly visible to users.