[15:27] stgraber, my did you use dbus-glib instead of gdbus for the upstart-dbus-bridge code? is there any reason for that? [16:28] toabctl: what is the package name? [16:28] * xnox can't find gdbus in the archive [16:29] xnox, gdbus is from glib/gio [16:29] xnox, see http://developer.gnome.org/gio/2.32/gdbus-convenience.html [16:30] xnox, it's the prefered way in the glib/gtk/gnome world to write dbus clients [16:31] xnox, and see http://www.freedesktop.org/wiki/Software/DBusBindings [16:31] dbus-glib is obsolete [16:33] stgraber: and the ^^^ is available in python2&3 via from gi.repository import Gio [16:33] toabctl: to be honest, I had no clue & I have a package written in dbus-glib. [16:34] no clue about gdbus, that is. [16:34] toabctl: I didn't know it existed ;) [16:35] :-) [16:35] xnox, for python, the dbus server support does not work with introspection. ask pitti about that. [16:35] *sigh* [16:36] xnox, but I think the python-dbus package works now with python 2&3 [16:36] stgraber, you should definitly switch to gdbus [16:37] toabctl: yep, will do, should be easy enough [16:37] stgraber, here's a migration guide: http://developer.gnome.org/gio/2.32/ch30.html [16:38] I ported d-feet from python-dbus to gdbus (with introspection) and it works very well. [16:39] * xnox is not that good with dbus [16:39] toabctl: what do you mean by "dbus server support" [16:40] or in other words is gdbus good enough for both publishing & using objects over dbus? [16:41] xnox, you can not create a service (eg "com.foo.bar") on the bus with gdbus and python [16:41] toabctl: that sucks. [16:41] xnox, yes, it is. but not the python introspection stuff [16:41] not good for me then =( [16:42] xnox, see http://www.piware.de/2011/01/na-zdravi-pygi/#comment-2010 [16:42] xnox, but just in python it does not work. In C, all works fine [16:43] xnox, here's the bug: https://bugzilla.gnome.org/show_bug.cgi?id=656330 [16:43] thanks. [16:45] np