[tuxdroid-svn] r453 - software/tuxgi/trunk
Status: Beta
Brought to you by:
ks156
From: neimad <c2m...@c2...> - 2007-06-25 18:56:23
|
Author: neimad Date: 2007-06-25 20:55:50 +0200 (Mon, 25 Jun 2007) New Revision: 453 Modified: software/tuxgi/trunk/tuxgi.py Log: * Set xterm_cmd to None by default. Fixes issue #37. Modified: software/tuxgi/trunk/tuxgi.py =================================================================== --- software/tuxgi/trunk/tuxgi.py 2007-06-25 15:32:53 UTC (rev 452) +++ software/tuxgi/trunk/tuxgi.py 2007-06-25 18:55:50 UTC (rev 453) @@ -74,6 +74,7 @@ else: py_cmd = 'python' +xterm_cmd = None for term in terminal_shells: if not os.popen('type %s 2>/dev/null' % term[0]).close(): xterm_cmd = '%s %s %s -i /opt/tuxdroid/api/python/tux.py' \ |