26 Dec
2009
26 Dec
'09
12:49 p.m.
Howdy,
I just built inkscape from bzr and ran
import dbus bus = dbus.SessionBus() inkdoc1 = bus.get_object('org.inkscape', '/org/inkscape/desktop_0') doc1 = dbus.Interface(inkdoc1, dbus_interface="org.inkscape.document") im = doc1.image(100 ,100, '/home/ktenney/Firefox_wallpaper.png')
Which worked on a dbus branch a while back. Now it starts inkscape, but d
- was the dbus code merged? - if so, how do I enable/use it? - if not, where is dbus capable code?
Thanks, Kent