Blocked: wine start /unix problem opening .exe files with WineWhen I try to open an .exe file in Ubuntu 10.04 Lucid, I get the following error message:
Code:
The file '/home/user/Downloads/program_name.exe' is not marked as executable. If this was downloaded or copied form an untrusted source, it may be dangerous to run. For more details, read about the executable bit. |
Re: Blocked: wine start /unix problem opening .exe files with WineSolution #2: Wine in the terminal
Run .exe from the terminal and you shouldn't see the "Blocked: wine start /unix" message: Code:
wine /media/storage/Setup.exe |
Re: Blocked: wine start /unix problem opening .exe files with WineSolution #3: Custom launcher
Right click on the .exe file, select Open with other application -> Use a custom command and use wine for the command. To launch an .exe file, right click on it, select Open with wine. You can also right click on the file, select Properties -> Open With and select wine. The a double click on any exe file will shouldn't show the "Blocked: wine start /unix" message. |
Re: Blocked: wine start /unix problem opening .exe files with WineSolution #4: Change the default launch command
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 |
Re: Blocked: wine start /unix problem opening .exe files with WineThank you very much Stream Recorder. That helped!
|
Re: Blocked: wine start /unix problem opening .exe files with WineQuote:
|
Re: Blocked: wine start /unix problem opening .exe files with WineStream Recorder, thank you very much! Your solution #4 is really working! :)
|
All times are GMT -6. The time now is 11:57 PM. |