[maemo-developers] dbus and startup script
From: Tony Maro tonymaro at gmail.comDate: Mon Aug 13 23:43:32 EEST 2007
- Previous message: Doxygen?
- Next message: dbus and startup script
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
I just took a hint from the Kagu project and moved all my Python scripts into /usr/lib/thummim I made a shell script to launch the main Python script. Now, when launching, the "Thummim Reader - Loading" box takes forever to go away. Everything else works fine. Have I taken the wrong approach? It's not killing the application like it was before I added osso.Context handling, but obviously it's not processing the "hey I'm here and working" message quite like I would expect. My shell script looks like this: #!/bin/sh cd /usr/lib/thummim python ./Thummim The Thummim python script sets the osso.Context when it starts. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.maemo.org/pipermail/maemo-developers/attachments/20070813/fefecd76/attachment.htm
- Previous message: Doxygen?
- Next message: dbus and startup script
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]