On 06/05/2013 08:57 PM, Martin Ebourne wrote: > On Wed, 2013-06-05 at 11:35 +0700, Antoine Martin wrote: >> Can you please try this change: >> http://xpra.org/trac/changeset/3581/xpra >> from: >> http://xpra.org/trac/ticket/349#comment:2 >> >> If that fixes it I will backport to v0.9.x > > Unfortunately no it didn't. Instead I got this from the client: > > ** Message: pygobject_register_sinkfunc is deprecated (GstObject) > xpra client version 0.9.4 > 2013-06-05 23:24:53,374 Attached to ssh:SERVERHOST:101 (press Control-C to > detach) > > 2013-06-05 23:24:54,692 unknown tag message: <gst.Message taglist, > container-format=(string)Ogg; from oggdemux0 at 0x7ffcd40024c0> > Traceback (most recent call last): > File "/usr/lib64/python2.7/site-packages/xpra/client.py", line 1118, in > _screen_size_changed > self.idle_add(update_size) > AttributeError: 'XpraClient' object has no attribute 'idle_add'
Sorry about that, in 0.9.x we are still tied to pygobject, so the backport will look more like: gobject.idle_add(update_size) Antoine > > > Cheers, > martin > > _______________________________________________ > shifter-users mailing list > [email protected] > http://lists.devloop.org.uk/mailman/listinfo/shifter-users > _______________________________________________ shifter-users mailing list [email protected] http://lists.devloop.org.uk/mailman/listinfo/shifter-users
