systematic blocking

Questions about Wine on Linux
Locked
thierryR
Level 1
Level 1
Posts: 9
Joined: Tue Oct 26, 2010 2:52 pm

systematic blocking

Post by thierryR »

Fedora 32 linux and desktop KDE

When I click on an exe file, wine launches in connection with this type of file.

Code: Select all

env WINEPREFIX="/home/thierry/.wine" wine /usr/bin/wine /Unix /home/thierry/.wine/dosdevices/c:/users/thierry/Start\ Menu/Programs/VideoPsalm/VideoPsalm.lnk 
This command quickly ends in a crash. Wine tries to run itself, and pass the "/ Unix" parameter ???
The correct order is this:

Code: Select all

env WINEPREFIX="/home/thierry/.wine" /usr/bin/wine C:\\windows\\command\\start.exe /Unix /home/thierry/.wine/dosdevices/c:/users/thierry/Start\ Menu/Programs/VideoPsalm/VideoPsalm.lnk
but you have to do it manually.
Locked