Tallefer / qtweb

Automatically exported from code.google.com/p/qtweb
0 stars 0 forks source link

QtWeb.app/Contents/MacOS/QtWeb executable permission missing preventing QtWeb.app 3.7.5 from running #166

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. at /Applications/ run: open QtWeb.app
2.
3.

What is the expected output? What do you see instead?

the application runs, but instead, it returns an error:

LSOpenURLsWithRole() failed with error -10810 for the file 
/Applications/QtWeb.app

What version of the product are you using? On what operating system?

OSX 10.8

Please provide any additional information below.

Later I found out that the executable permission of:

QtWeb.app/Contents/MacOS/QtWeb

is missing, so once I set this binary to be world-executable, the problem is 
gone, and the application can run.

Original issue reported on code.google.com by kcleung....@gmail.com on 18 Jul 2012 at 10:33