bg3075 wrote: > I can manually add the items to the Gnome 'Applications' menu, but do not know what the true names of the Wine applications that are installed in the menu by default. Does anyone know where I can find these default Wine options? You can recreate most links with something like this: Code: find ~/.wine/drive_c/ -name "*.lnk" -exec wine winemenubuilder '{}' \;