How do I add permissions to a WINE file?

Asked by DemieD

It is a windows executable file. I keep getting a message that linux won't allow it to run because it does not have an executable bit? How do I change permission so this file can run?

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu gnome-terminal Edit question
Assignee:
No assignee Edit question
Solved by:
actionparsnip
Solved:
Last query:
Last reply:
Revision history for this message
Best actionparsnip (andrew-woodhead666) said :
#1

Right click the file, you can do it there. Or in terminal run:

chmod +x file; wine file

Revision history for this message
DemieD (dozierdee) said :
#2

Thanks actionparsnip, that solved my question.