I&#39;ve got all of that in place as well.&nbsp; It didn&#39;t start doing this until I wedged the shell script in front of the startup of the Python.<br><br>I took out the shell script, replaced it with the main python script, and at the top of the main python script I placed:
<br><br>import sys<br>sys.path.append(&#39;/usr/lib/thummim/&#39;)<br><br>That way it could find it&#39;s include files stored in the other directory.&nbsp; Everything works fine again, including the dbus integration and taskbar icon.
<br><br>On 8/13/07, <b class="gmail_sendername">Kemal Hadimli</b> &lt;<a href="mailto:disqkk@gmail.com">disqkk@gmail.com</a>&gt; wrote:<div><span class="gmail_quote"></span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hey, glad somebody is peeking on our code :)</blockquote><div><br><br>That&#39;s the Best way to learn!&nbsp; What I want to do is learn how to do kinetic scrolling without needing full screen mode.&nbsp; Not a priority, but that&#39;s something I hope to learn from your app soon.&nbsp; Neat stuff.
<br><br></div><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">The loading indicator should go away when you create the HildonProgram<br>
and HildonWindow (see /usr/lib/kagu/kagu-scanner.py) but if it&#39;s not<br>working, check the dbus service file as missing it could be (I&#39;m not<br>sure, don&#39;t really remember) also relevant.<br><br><br>On 8/13/07, Tony Maro &lt;
<a href="mailto:tonymaro@gmail.com">tonymaro@gmail.com</a>&gt; wrote:<br>&gt; I just took a hint from the Kagu project and moved all my Python scripts<br>&gt; into /usr/lib/thummim<br>&gt;<br>&gt; I made a shell script to launch the main Python script.
<br>&gt;<br>&gt; Now, when launching, the &quot;Thummim Reader - Loading&quot; box takes forever to go<br>&gt; away.&nbsp;&nbsp;Everything else works fine.<br>&gt;<br>&gt; Have I taken the wrong approach?&nbsp;&nbsp;It&#39;s not killing the application like it
<br>&gt; was before I added osso.Context handling, but obviously it&#39;s not processing<br>&gt; the &quot;hey I&#39;m here and working&quot; message quite like I would expect.<br>&gt;<br>&gt; My shell script looks like this:
<br>&gt;<br>&gt; #!/bin/sh<br>&gt; cd /usr/lib/thummim<br>&gt; python ./Thummim<br>&gt;<br>&gt;<br>&gt; The Thummim python script sets the osso.Context when it starts.<br><br><br>--<br>Kemal<br></blockquote></div><br>