http://bugs.winehq.org/show_bug.cgi?id=4933
Summary: Wrong working directory in .desktop files Product: Wine Version: 0.9.9. Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: trivial Priority: P2 Component: wine-msi AssignedTo: wine-bugs@winehq.org ReportedBy: gauleng@gmail.com
When wine creates new .desktop files for linking applications in the Desktop and menus, it adds quotes to the working directory. For instance:
Path="/home/wotan/"
instead of:
Path=/home/wotan
This causes KDE to not execute wine links correctly.