My wine programs folder shows a program that is already uninstalled. I want to get it off the menu because its really cluttering everything up.
The menu also lacks a program that IS installed. I tried adding it but it still doesnt show. Any ideas?
Wine programs folder -> how to modify it ?
Re: Wine programs folder -> how to modify it ?
Only careful with that - those commands will remove all Wine menu entries:DeusExM1 wrote:My wine programs folder shows a program that is already uninstalled. I want to get it off the menu because its really cluttering everything up.
http://wiki.winehq.org/FAQ#head-9893ae5 ... af2e69b391
You can try and recreate links with:
Code: Select all
find ~/.wine/drive_c/ -name "*.lnk" -exec wine winemenubuilder '{}' \;