Hi Michael, Michael Trunner wrote: > I tried to write a small program that has a dbus method that should > called from an other application. The program works on my ubuntu with > out problems and I can compile it in scratchbox. But when I start it and > try to call the method over dbus nothing happens. The calling software > is waiting for an answer, that my program didn't send. Even the function > isn't called, but the rest of the program works perfect so the > gtk_main_loop is running.
You did run it with run-standalone.sh? run-standalone.sh ./yourprogram param1 param2 (no spaces allowed in parameters) If it still doesn't work, you probably didn't start the application framework: af-sb-init start (you need working DISPLAY for this). ak. _______________________________________________ maemo-developers mailing list [email protected] https://lists.maemo.org/mailman/listinfo/maemo-developers
