Comment 6 for bug 535236

Revision history for this message
Daniel Hahler (blueyed) wrote :

Thanks for your investigation.

I guess it's related to the environment the process is running in then. Can you create a script like the following, and call it both from the launcher and normally, then append the outputs here? (or diff them manually and tell about the difference)

#!/bin/sh
set > /tmp/bug-env-$$

You should have two files then with $$ being replaced by a number (the process ID).