After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 768237 - Disconnection error signaling
Disconnection error signaling
Status: RESOLVED FIXED
Product: gtk-vnc
Classification: Other
Component: general
unspecified
Other Linux
: Normal enhancement
: ---
Assigned To: gtk-vnc-maint
gtk-vnc-maint
Depends on:
Blocks:
 
 
Reported: 2016-06-30 09:48 UTC by Visarion Alexandru
Modified: 2016-08-16 09:13 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Visarion Alexandru 2016-06-30 09:48:35 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.
Comment 1 Daniel P. Berrange 2016-08-16 09:13:42 UTC
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