Comment 5 for bug 628967

Revision history for this message
Sebastien Bacher (seb128) wrote :

easy way to get the bug:
* run /usr/lib/vino/vino-server on a command line
* run empathy
* right click on a contact and share your desktop with the contact

the command line has those errors

""(vino-server:3173): GLib-GObject-WARNING **: g_object_new_valist: object class
`VinoTubeServer' has no property named `display-status-icon'

** (vino-server:3173): CRITICAL **: vino_server_init_from_screen: assertion
`screen != NULL' failed

(vino-server:3173): GLib-GObject-CRITICAL **: g_object_ref: assertion
`G_IS_OBJECT (object)' failed

(vino-server:3173): GLib-GObject-CRITICAL **: g_object_ref: assertion
`G_IS_OBJECT (object)' failed

** ERROR **: Failed to register GObject with DBusConnection"

Comment from Guillaume on the upstream bug

"This sounds wrong. VinoTube Server inherits from VinoServer which implements
this property."

The code copy for the indicator probably needs to be updated to match upstream changes