I've just built trunk bzr+ssh://bazaar.launchpad.net/~inkscape.dev/inkscape/trunk/
I see dbus in src/extensions/dbus
I'm unable to connect to Inkscape via Python->dbus per doc via src/extensions/dbus/builddocs.sh
what am I missing?
=============================================================== I get the following: dbus.exceptions.DBusException: org.freedesktop.DBus.Error.ServiceUnknown: The name org.inkscape was not provided by any .service files
when running: =============================================================== import dbus
#get the session bus. bus = dbus.SessionBus()
#get the object for the application. inkapp = bus.get_object('org.inkscape', '/org/inkscape/application')
#request a new desktop. desk2 = inkapp.desktop_new(dbus_interface='org.inkscape.application')
#get the object for that desktop. inkdoc1 = bus.get_object('org.inkscape', desk2) ===============================================================
On Tue, Dec 29, 2009 at 4:35 PM, Ted Gould <ted@...11...> wrote:
On Tue, 2009-12-29 at 13:45 -0600, Kent Tenney wrote:
- was the dbus code merged?
No. I'm trying to do a few clean ups to the autotools portions of it before doing that. I'm hoping to find some time this week to do that (as I don't have work, but those kids are so much dang fun ;) )
- if not, where is dbus capable code?
https://code.launchpad.net/~inkscape.dev/inkscape/gsoc2009_api
Just as an FYI, all of the Inkscape branches that Launchpad knows about will be on this page:
https://code.launchpad.net/inkscape
We should clean that listing up a little, as I believe some have been merged (and we should change their state to reflect that). But, in general, if they're > 4 weeks old, no one has touched them since the SVN migration.
--Ted