From de513dfe0e74f309f68b4b28c03d76b26ad61e7f Mon Sep 17 00:00:00 2001 From: Nikos Kouremenos Date: Sat, 19 Nov 2005 21:22:31 +0000 Subject: [PATCH] if you want to kill gajim this does nothing. just ash htop the PID of python proc that runs gajim and kill -9 PID --- launch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/launch.sh b/launch.sh index a048599f9..e533dded4 100755 --- a/launch.sh +++ b/launch.sh @@ -1,3 +1,3 @@ #!/bin/sh cd `dirname $0`/src -exec -a gajim python -OOt gajim.py $@ +exec python -OOt gajim.py $@