http://bugs.winehq.org/show_bug.cgi?id=6497 Summary: wineshelllink ignores the WINEPREFIX variable Product: Wine Version: unspecified Platform: Other OS/Version: other Status: UNCONFIRMED Severity: normal Priority: P2 Component: wine-tools AssignedTo: wine-bugs(a)winehq.org ReportedBy: winehq(a)aynoa.net $ WINEPREFIX="/home/user/wines/ie6" wineshelllink --desktop --path "/home/user/wines/ie6/drive_c/program files/internet explorer/iexplorer.exe" --link IE6 generates in the desktop the file IE6.desktop: -------------- [Desktop Entry] Name=IE6 Exec=wine "/home/user/wines/ie6/drive_c/program files/internet explorer/iexplorer.exe" Type=Application Comment= -------------- I think that the correct value to Exec must be: WINEPREFIX="/home/user/wines/ie6" wine "/home/user/wines/ie6/drive_c/program files/internet explorer/iexplorer.exe" -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.