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@winehq.org ReportedBy: winehq@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"