Hello all,
    been investigating navit on my OpenMoko Freerunner today and have it
configured with an OSM map and wanted to start looking at adding a DBus
signal for when the user sets a destination in Navit.

As a starting point I wanted to write a short python app to listen to
the navit Bookmark signal to make sure that I'm seeing that signal from
navit before I start adding my own to the navit source.

Unfortunately I can't get my simple script to run as I get the Error:

dbus.exceptions.DBusException:
org.freedesktop.DBus.Error.ServiceUnknown: The name
org.navit_project.navit was not provided by any .service files

At present I've only got a few lines of Python which get the bus and try
and find the navit object. I may be incorrectly reading the navit wiki
page on DBus bindings. Perhaps somebody could advise me on this.

bus = dbus.SystemBus()

device_obj = bus.get_object( 'org.navit_project.navit',
'/org/navit_project/navit')

I'd be very grateful for any advice. I'm using the navit on the OpenMoko
from their repo : navit - 1:0.1.0+svnr2934-r5.4.4

Perhaps I might be better building navit from svn using OpenEmbedded
recipe. Anyhow let me know what you think.

------------------------------------------------------------------------------
SOLARIS 10 is the OS for Data Centers - provides features such as DTrace,
Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW
http://p.sf.net/sfu/solaris-dev2dev
_______________________________________________
Navit-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/navit-users

Reply via email to