On Wed, 2013-06-05 at 22:06 +0700, Antoine Martin wrote: > On 06/05/2013 08:57 PM, Martin Ebourne wrote: > > 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)
I can confirm that 0.9.5 fixes this for me, thanks. Cheers, Martin _______________________________________________ shifter-users mailing list [email protected] http://lists.devloop.org.uk/mailman/listinfo/shifter-users
