Interesting. We’re using a Qt helper function to open the folder using the system’s default application (which is kde-open in this case). We’re not actually spawning the application ourselves. We’ll see if we can do anything about this.
I imagine the application it’s launching is being forked, and thus ld is still finding Deadline’s Qt libraries when invoked by the browser application. I’m not really sure what the solution would be in your case though…