Hi all<br><br>I just made up a small script here :<br><br>#!/bin/sh<br>cp /usr/share/applications/openmoko-dialer.desktop /tmp/openmoko-dialer.desktop<br>sleep 5<br>cp /tmp/openmoko-dialer.desktop /usr/share/applications/openmoko-dialer.desktop<br>
<br>Is it ok ? If so, how can automatically load it after startup ? For now, I am loading it with shortom.<br><br>Kimaidou<br><br><div class="gmail_quote">2009/3/13 Cameron Frazier <span dir="ltr">&lt;<a href="mailto:frazier.cameron@gmail.com">frazier.cameron@gmail.com</a>&gt;</span><br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div><div></div><div class="h5">On Thu, 2009-03-12 at 22:07 -0500, The Digital Pioneer wrote:<br>

&gt; Well, that was almost more than I had dared hope for! This begs the<br>
&gt; question, how best to I set it up to run a script as soon as the GUI<br>
&gt; is done loading? It would probably be best to put a &quot;sleep 5&quot; or so at<br>
&gt; the beginning, but I&#39;d rather have it run after E is initialized.<br>
<br>
</div></div>I too agree, having this voodoo incanted shortly after e init would be<br>
rather handy.<br>
<br>
I just tried it, and the delay dropped to only a second or two total, so<br>
a vast improvement.  I suppose it will get better when the framework<br>
moves to a compiled language for FSO M6 (IIRC).<br>
<br>
Thanks for the info guys,<br>
<br>
Kind regards,<br>
<font color="#888888"><br>
Cameron<br>
<br>
<br>
</font><br>_______________________________________________<br>
Openmoko community mailing list<br>
<a href="mailto:community@lists.openmoko.org">community@lists.openmoko.org</a><br>
<a href="http://lists.openmoko.org/mailman/listinfo/community" target="_blank">http://lists.openmoko.org/mailman/listinfo/community</a><br>
<br></blockquote></div><br>