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
Hi Ktenney,
I have some dbus related work for inkscape here: https://launchpad.net/~matlinuxer2/+archive/inkboard/+packages http://code.google.com/p/inkboardng/
This merged Soren's GSoC D-Bus branch and some of my extended work with the 0.47 released tarball. Welcome to any test and any suggestion :-D
Hope this information helps~
sincerely, Mat.
On Sat, Dec 26, 2009 at 8:49 PM, Kent Tenney <ktenney@...155...> wrote:
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
This SF.Net email is sponsored by the Verizon Developer Community Take advantage of Verizon's best-in-class app development support A streamlined, 14 day to market process makes app distribution fast and easy Join now and get one step closer to millions of Verizon customers http://p.sf.net/sfu/verizon-dev2dev _______________________________________________ Inkscape-user mailing list Inkscape-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-user
participants (2)
-
Kent Tenney
-
Mat