Hi All,
Maybe somebody can put this in the tips & tricks section. Under KDE 3.3 (and maybe 3.2), KDE doesn't like having underscores in menu item directories. (Windows_Application). If your KDE isn't showing Windows apps in your menus, do this:
cd ~/.kde/share/applink
mv Windows_Applications Windows\ Applications
ln -s "Windows Applications" Windows_Applications
Note the quotes around "Windows Applications". If those aren't there, ln will fail.
See report 372 (http://www.codeweavers.com/site/beta/report/my_reports/?cmd=rpt_edit;report_id=372).
HTH,
--
Taj