dimesio wrote: > http://wiki.winehq.org/FAQ#head-9893ae50079ca7a959258f0bc9a17aaf2e69b391 > Wine has its own built-in uninstaller - the equivalent of Windows' "Add/Remove Programs" function for running standardized uninstallers. In recent versions, a shortcut has been added to Wine's menu, along with a shortcut to winecfg. > > Note that Wine does not fully implement everything required to cleanly uninstall all applications. Some uninstallers might not function at all. To remove all programs installed under Wine, remove the ~/.wine directory: > > rm -rf $HOME/.wine > > Also the uninstaller does not remove menu and desktop entries. To remove all Wine-created menu entries run the following commands > > rm -f $HOME/.config/menus/applications-merged/wine* > rm -rf $HOME/.local/share/applications/wine > rm -f $HOME/.local/share/desktop-directories/wine* > rm -f $HOME/.local/share/icons/????_*.xpm Thank you very much, now all but 5 of the symlinks in Applications >> Other have been removed. Should I just remove them by right clicking the Applications menu and selecting Edit or is there a cleaner more complete way to do this? [Image: http://i50.tinypic.com/2n92sm.jpg ] Also, as you can see this did not appear to remove any of the .desktop or .ink files from my desktop, again should I just move them to trash or is there a cleaner more complete way to do this? Lastly, I'm anxious to see if installing Windows programs will once again give me nice submenus within the Applications >> Wine submenu like it used to but I don't want to reinstall WINE yet until the remaining symlinks and redundant files on the desktop are completely removed.