Hey friends ,
When I try to open an .exe file in Ubuntu 10.04 Lucid, I get the following error message:
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.So i found the answer for this reason.
This will help you to open all exe file .
1.Go to APPLICATION>ACCESSORIES>TERMINAL
2.Copy flowing Code and paste it on terminal(you must right click on the terminal & click paste. CTRL+V <not work for terminal)
gksu gedit /usr/share/applications/wine.desktopThen find this code.
Exec=cautious-launcher %f wine start /unixAnd change it as following code.
Exec=wine start /unix %f
Now all right friends now you can open any exe file on wine.Any problem?Ask any question by putting a comment.I will reply as soon as i can.Stay with this blog.