Hi, I made a pygtk app and wanted to integrate it to the N800 menu system. I read several pages, and what I did works (.desktop and .service files)... but the app dies after a minute or so. I read more, and then knew that I have to add osso.Context and so on in my app. I did it, but it still dies. These are the lines I added to my program, called ave.py: Code: import osso [...] ctx = osso.Context("ave", "1.0", False) osso_rpc = osso.Rpc(ctx) osso_rpc.rpc_run("org.maemo.ave","/org/maemo/ave","org.maemo.ave","do_something") What am I doing wrong?? Any help will be highly appreciated! Thanks, L.
import osso [...] ctx = osso.Context("ave", "1.0", False) osso_rpc = osso.Rpc(ctx) osso_rpc.rpc_run("org.maemo.ave","/org/maemo/ave","org.maemo.ave","do_something")