http://bugs.winehq.org/show_bug.cgi?id=17055 Summary: wine does not put wine executable path into desktop icon Product: Wine Version: 1.1.13 Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: enhancement Priority: P2 Component: -unknown AssignedTo: wine-bugs(a)winehq.org ReportedBy: beagle7(a)shaw.ca when installing an app, when wine installs a desktop icon (under KDE), it does include the proper env WINEPREFIX, but it does not include the path to to wine (e.g., /usr/local/1113/bin/wine) under which the app was installed. I.e., if I do exactly this: env WINEPREFIX=~/.wine-some-app /usr/local/wine-install-dir/wine ~/path/windows-app-installer.exe the resulting desktop icon, in properties, would have under command, the following: env WINEPREFIX="~/.wine-app" wine "C:\Program Files\Path\app.exe" or similar. What I'd like it to have is: env WINEPREFIX="~/.wine-app" /usr/local/wine-install-dir/wine "C:\Program Files\Path\app.exe" (as appropriate) -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.