launch and gajim bash script now call gajim.py with arguments
This commit is contained in:
parent
a1c387e944
commit
127142c1fe
2
README
2
README
|
@ -24,7 +24,7 @@ RUN GAJIM
|
|||
gajim
|
||||
|
||||
or if you didn't 'make install' you can also run from gajim folder with
|
||||
./launch.sh (or if you want to pass extra parameters cd src/; gajim.py)
|
||||
./launch.sh
|
||||
|
||||
|
||||
If you want to see the xml stanzas and/or help us debugging
|
||||
|
|
|
@ -23,4 +23,4 @@ fi
|
|||
|
||||
cd PREFIX/share/gajim/src
|
||||
export PYTHONPATH="$PYTHONPATH:PREFIX/lib/gajim"
|
||||
python -OO gajim.pyo
|
||||
python -OO gajim.pyo $@
|
||||
|
|
Loading…
Reference in New Issue