GNOME Bugzilla – Bug 633691
vnc_connection_server_cut_text
Last modified: 2011-03-21 23:56:35 UTC
I think there is a bug on version 0.4.x On function "vnc_connection_server_cut_text" text = g_string_new_len ((const gchar *)data, len); sigdata.params.text = text; should be text = g_string_new_len ((const gchar *)data, len); sigdata.params.text = text->str;
A slightly extended fix applied here: http://git.gnome.org/browse/gtk-vnc/commit/?id=f01086725f1996af7396de83632fe5ec1dc0ead5
Confirming that that fixes the issue here. Thanks!
*** Bug 636811 has been marked as a duplicate of this bug. ***