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