View Single Post
  #4  
Old 05-06-2010, 11:45 PM
Stream Recorder
 
Posts: n/a
Default

Re: Blocked: 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
Reply With Quote