16 Ocak 2012 Pazartesi

wine start /unix problem opening .exe files with Wine

wine start /unix problem opening .exe files with Wine


Solution #4: Change the default launch command

Edit the default launch command for wine
Code:
gksu gedit /usr/share/applications/wine.desktop
Change from
Code:
Exec=cautious-launcher %f wine start /unix
onto
Code:
Exec=wine start /unix %f