This website requires JavaScript.
Explore
Help
Sign in
copyleftie
/
gajim-plural
Watch
1
Star
0
Fork
You've already forked gajim-plural
0
Code
Issues
Pull requests
Releases
Wiki
Activity
8c9711d7ea
gajim-plural
/
launch.sh
4 lines
57 B
Bash
Raw
Normal View
History
Unescape
Escape
that never hurts
2005-08-08 18:05:13 +00:00
#!/bin/sh
launch.sh can be launched from anywhere and process is called gajim in ps
2005-10-13 21:45:18 +00:00
cd
`
dirname
$0
`
/src
Fetching command list from entity now works. If the entity has at least one command exposed, it will be displayed as a radio button. Other changes: run python interpreter without optimalizations, otherwise asserts doesn't work. Names of widgets in the glade file were changed a bit.
2006-06-23 14:38:54 +00:00
exec
python -t gajim.py
$@
Reference in a new issue
Copy permalink