if you want to kill gajim this does nothing. just ash htop the PID of python proc that runs gajim and kill -9 PID
This commit is contained in:
parent
9188b42945
commit
de513dfe0e
1 changed files with 1 additions and 1 deletions
|
@ -1,3 +1,3 @@
|
|||
#!/bin/sh
|
||||
cd `dirname $0`/src
|
||||
exec -a gajim python -OOt gajim.py $@
|
||||
exec python -OOt gajim.py $@
|
||||
|
|
Loading…
Add table
Reference in a new issue