GNOME Bugzilla – Bug 768237
Disconnection error signaling
Last modified: 2016-08-16 09:13:42 UTC
When the display gets disconnected, there's no way for us to know if the cause of it was an error or not. For example, SPICE-gtk has a channel_event signal that pinpoints to us exactly the cause of a disconnection. Something like this would be nice to have, as it would greatly improve the error management of the VNC viewer widget.
This is resolved in commit 73bd11b94dfbe6fc4526beea7185f089538aa824 Author: Daniel P. Berrange <berrange@redhat.com> Date: Mon Aug 15 13:10:59 2016 +0100 Introduce a "vnc-error" signal Provide the app uing GTK-VNC with information about what caused the error via a new "vnc-error" signal. Resolves: bz#762223, #768237