Audio/video stream recording forums
|
Attention Visitor: |
You may have to register or log in before you can post:
|
|
|
Thread Tools | Display Modes |
#1
|
|||
|
|||
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. |
#2
|
|||
|
|||
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 |
#3
|
|||
|
|||
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. |
#4
|
|||
|
|||
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 |
#5
|
|||
|
|||
Re: Blocked: wine start /unix problem opening .exe files with WineThank you very much Stream Recorder. That helped!
|
#6
|
|||
|
|||
Re: Blocked: wine start /unix problem opening .exe files with WineThis was the easiest way for me to get around this problem. Thank you, Stream Recorder!!
|
#7
|
|||
|
|||
Re: Blocked: wine start /unix problem opening .exe files with WineStream Recorder, thank you very much! Your solution #4 is really working!
|
Tags: error, exe, exe file, problem, wine, wine start problem |
Thread Tools | |
Display Modes | |
|
|