Am 14.08.2008 um 15:32 schrieb Simon Kuhnle:
Which reminds me of the problem:
"sys.executable returns /usr/local/bin/gajim here, even if I run it
from
svn (so by running launsh.sh)"
This is caused by the exec -a, so I also have to commit this:
-exec -a gajim ${PYTHON_EXEC} -OO gajim.py $@
+exec ${PYTHON_EXEC} -OO gajim.py $@
For me, the patch worked as I don't use that start script anyway. I
fixed that in upstream now by also applying that patch. Thanks for the
hint.
I see. Well it's not that important for me. Using ps for this task
isn't
that hard, too. ;-)
Well, you already found a solution for it: Remove it, as it only
produces problems anyway :).
--
Jonathan