On 26 March 2010 14:10, e.waelde <ew.ng7...@nassur.net> wrote: > 4. zhone > zhone still shuts down the system on "exit zhone" > apply the following patch as suggested by Enrico Zini > > http://lists.linuxtogo.org/pipermail/smartphones-userland/2009-October/002116.html > > ---------------------------------------- > r...@neo:/# diff -u /usr/bin/zhone.orig /usr/bin/zhone > --- /usr/bin/zhone.orig 2010-01-01 15:19:22.000000000 +0100 > +++ /usr/bin/zhone 2010-03-26 14:43:17.000000000 +0100 > @@ -1926,7 +1926,7 @@ > def on_edje_signal_button_list_pressed( self, emission, source ): > id = int( source.split( "_" )[-1] ) > if( id == 5 ): > - os.system("halt") > + gui.shutdown() > if( id == 0 ): > fp = os.popen("sleep 5 && \ > n=/tmp/scap$$.png && \
Thanks for the reminder. I've committed this change now at git.freesmartphone.org. Neil _______________________________________________ Smartphones-userland mailing list Smartphones-userland@linuxtogo.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/smartphones-userland