I've got all of that in place as well. It didn'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('/usr/lib/thummim/')<br><br>That way it could find it's include files stored in the other directory. Everything works fine again, including the dbus integration and taskbar icon.
<br><br>On 8/13/07, <b class="gmail_sendername">Kemal Hadimli</b> <<a href="mailto:disqkk@gmail.com">disqkk@gmail.com</a>> 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's the Best way to learn! What I want to do is learn how to do kinetic scrolling without needing full screen mode. Not a priority, but that's something I hope to learn from your app soon. 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's not<br>working, check the dbus service file as missing it could be (I'm not<br>sure, don't really remember) also relevant.<br><br><br>On 8/13/07, Tony Maro <
<a href="mailto:tonymaro@gmail.com">tonymaro@gmail.com</a>> wrote:<br>> I just took a hint from the Kagu project and moved all my Python scripts<br>> into /usr/lib/thummim<br>><br>> I made a shell script to launch the main Python script.
<br>><br>> Now, when launching, the "Thummim Reader - Loading" box takes forever to go<br>> away. Everything else works fine.<br>><br>> Have I taken the wrong approach? It's not killing the application like it
<br>> was before I added osso.Context handling, but obviously it's not processing<br>> the "hey I'm here and working" message quite like I would expect.<br>><br>> My shell script looks like this:
<br>><br>> #!/bin/sh<br>> cd /usr/lib/thummim<br>> python ./Thummim<br>><br>><br>> The Thummim python script sets the osso.Context when it starts.<br><br><br>--<br>Kemal<br></blockquote></div><br>