wine start /unix problem opening .exe files with Wine
Solution #4: Change the default launch command
Edit the default launch command for wine
Change from
onto
Edit the default launch command for wine
Code:
gksu gedit /usr/share/applications/wine.desktop
Code:
Exec=cautious-launcher %f wine start /unix
Code:
Exec=wine start /unix %f