Hi everyone,

I just lately deployed a qt wrapper around some command line utilities. I basically created a bundle.app application. I have a problem though, in order for the application to work correctly I have to call it from the command line like this:

open bunddle.app

and it's able to find the programs when it is given the path from where to retrieve them.

However, if I double clic on bunddle.app, then it doesn't find the programs it needs to run. I don't understand why? it is the same application, and the same code. It is as if it needs to run from a terminal in order to run correctly.

Any help appreciated.

Ed.