HackPlan / quark-shell-mac

Quark Shell for Mac helps web developers to create native-like Mac menubar app using HTML and JavaScript without writing any native code.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Executable does not execute from /Applications

made-by-chris opened this issue · comments

Is there a panel within xcode to determine an applications permissions?
My compiled application works great, but does not start when it is inside /Applications.
It starts fine from documents,downloads, and user/Applications.
Thanks

--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/29552902-executable-does-not-execute-from-applications?utm_campaign=plugin&utm_content=tracker%2F899498&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F899498&utm_medium=issues&utm_source=github).

For “does not start”, can you elaborate? Are there any error messages?

If you double-click on the application from within /Applications, nothing happens. No popups, no errors, nothing.
The app runs fine from within user space.
( you can try it if you like http://system-art.io/brain )
Thanks for your great platform and continued support xhacker.

It works fine on my computer. Can you try right click the app, and select “Open”?

No problem :) It’s my pleasure if the framework really helps.

Are you sure it was it /Applications and not /Users/USER/Applications ?
I have tested context>"open". It did not work unfortunately.
I even dragged the working version from my desktop into /Applications and it didn't work from there.
I will be uploading the entire project to github in half an hour, will notify you then. Thanks!

Hi again, here's my dev setup https://github.com/basiclaser/brain
The problem seems to be related to renaming the ${EXECUTABLE_NAME} to 'brain'. If i leave the name, the application runs fine from /Applications

@basiclaser: Does it work after renaming to brain, or before renaming?