Audio/video stream recording forums (http://stream-recorder.com/forum/index.php)
-   Linux and software for Linux (http://stream-recorder.com/forum/forumdisplay.php?f=61)
-   -  

Blocked: wine start /unix problem opening .exe files with Wine

(http://stream-recorder.com/forum/showthread.php?t=6560)

Stream Recorder 05-06-2010 01:50 PM

Blocked: wine start /unix problem opening .exe files with Wine


 
When 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.
To solve the problem, right click on the .exe file, select Properties, select the Permissions tab and check "Allow executing file as program". Then hit the Close button.

Stream Recorder 05-06-2010 11:42 PM

Re: Blocked: wine start /unix problem opening .exe files with Wine


 
Solution #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

Stream Recorder 05-06-2010 11:43 PM

Re: Blocked: wine start /unix problem opening .exe files with Wine


 
Solution #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.

Stream Recorder 05-06-2010 11:45 PM

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

Ben 06-10-2010 11:22 PM

Re: Blocked: wine start /unix problem opening .exe files with Wine


 
Thank you very much Stream Recorder. That helped!

conpanbear 07-18-2010 05:01 AM

Re: Blocked: wine start /unix problem opening .exe files with Wine


 
Quote:

Originally Posted by Stream Recorder (Post 18801)
Solution #3: Custom launcher

This was the easiest way for me to get around this problem. Thank you, Stream Recorder!! :)

Lenko 01-09-2011 03:30 AM

Re: Blocked: wine start /unix problem opening .exe files with Wine


 
Stream Recorder, thank you very much! Your solution #4 is really working! :)


All times are GMT -6. The time now is 11:57 PM.