http://bugs.winehq.org/show_bug.cgi?id=22069
Summary: Wine creates .desktop files (instead of lnk) with default "wine"/ Product: Wine Version: 1.1.40 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: pzinin@gmail.com
When I have to install program, I get .desktop files instead of windows` lnk. But Wine incorrectly creates the desktop files. When I install the program with NON-system version of wine, she later runs with the system version. For example, I install my FIFA 10 with custom wine:
~/wines/1.1.20/usr/bin/wine /media/FIFA10/EASetup.exe
Wine creates desktop file with just "wine 'c:\program files....\FIFA10.exe'". Then, this game runs with system wine.
But when I change "wine" to "/home/pasha/wines/1.1.20/usr/bin/wine" - all works good.
It is necessary that wine writes in ".desktop" file full path to the binary, "/usr/bin/wine" for example, instead of just "wine"