Re: [tuxdroid-user] New release
Status: Beta
Brought to you by:
ks156
From: David B. <da...@ja...> - 2007-03-24 15:40:45
|
On Sat, 24 Mar 2007 16:24:17 +0100, Philippe Teuwen <ph...@te...> wrote: > >> Still, how does the "tuxdroid shell" function work? Doesn"t for me, >> does it rely on an external dependency? >> > Yes, > See http://www.tuxisalive.com/issue-trackers/apps/1 > > Note that the tuxsetup features a tuxsh which is basically a script > to call python -i /opt/tuxdroid/api/python/tux.py > > Phil I had a try with tuxsetup yesterday and we now have symlinks in /usr/local/bin to /opt/tuxdroid/bin for tuxup, tuxdaemon, tuxttsdaemon, tuxgi and tuxsh. tuxsh is just the call Philippe told, cat tuxsh: #/bin/bash python -i /opt/tuxdroid/api/python/tux.py Add the symlink and this file and it should be fine. You can also use tuxsetup to create everything for you. It's just be created so it's the same as what's on svn now. |