Your message dated Sat, 24 Oct 2009 07:55:33 +0000
with message-id <[email protected]>
and subject line Bug#540435: fixed in gtk-vnc 0.3.10-1
has caused the Debian Bug report #540435,
regarding gvncviewer: say "disconnected from server" only once connected
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
540435: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=540435
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: gvncviewer
Version: 0.3.8-3
Severity: normal
Tags: patch


gvncviewer says "disconnected from server" when it fails to connect in
the first place.

This is somewhat confusing.


-- System Information:
Debian Release: 5.0.2
  APT prefers stable
  APT policy: (900, 'stable'), (500, 'testing'), (300, 'unstable'), (290, 
'stable-i386'), (280, 'testing-i386'), (270, 'unstable-i386'), (1, 
'experimental-i386'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.30-1-amd64 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages gvncviewer depends on:
ii  libc6                  2.9-23            GNU C Library: Shared libraries
ii  libfontconfig1         2.6.0-4           generic font configuration library
ii  libglib2.0-0           2.20.4-1          The GLib library of C routines
ii  libgtk-vnc-1.0-0       0.3.8-2           A VNC viewer widget for GTK+ (runt
ii  libgtk2.0-0            2.16.1-2          The GTK+ graphical user interface 
ii  zlib1g                 1:1.2.3.3.dfsg-15 compression library - runtime

gvncviewer recommends no packages.

gvncviewer suggests no packages.

-- debconf-show failed
--- ../examples/gvncviewer.c~   2009-08-08 01:24:54.000000000 +0200
+++ ../examples/gvncviewer.c    2009-08-08 01:48:35.000000000 +0200
@@ -84,9 +84,12 @@
        set_title(VNC_DISPLAY(vncdisplay), window, FALSE);
 }
 
+static int connected = 0;
+
 static void vnc_connected(GtkWidget *vncdisplay G_GNUC_UNUSED)
 {
        printf("Connected to server\n");
+        connected = 1;
 }
 
 static void vnc_initialized(GtkWidget *vncdisplay, GtkWidget *window)
@@ -110,7 +113,10 @@
 
 static void vnc_disconnected(GtkWidget *vncdisplay G_GNUC_UNUSED)
 {
-       printf("Disconnected from server\n");
+       if(connected)
+          printf("Disconnected from server\n");
+        else
+          printf("Failed to connect to server\n");
        gtk_main_quit();
 }
 

--- End Message ---
--- Begin Message ---
Source: gtk-vnc
Source-Version: 0.3.10-1

We believe that the bug you reported is fixed in the latest version of
gtk-vnc, which is due to be installed in the Debian FTP archive:

gtk-vnc_0.3.10-1.diff.gz
  to pool/main/g/gtk-vnc/gtk-vnc_0.3.10-1.diff.gz
gtk-vnc_0.3.10-1.dsc
  to pool/main/g/gtk-vnc/gtk-vnc_0.3.10-1.dsc
gtk-vnc_0.3.10.orig.tar.gz
  to pool/main/g/gtk-vnc/gtk-vnc_0.3.10.orig.tar.gz
gvncviewer_0.3.10-1_i386.deb
  to pool/main/g/gtk-vnc/gvncviewer_0.3.10-1_i386.deb
libgtk-vnc-1.0-0-dbg_0.3.10-1_i386.deb
  to pool/main/g/gtk-vnc/libgtk-vnc-1.0-0-dbg_0.3.10-1_i386.deb
libgtk-vnc-1.0-0_0.3.10-1_i386.deb
  to pool/main/g/gtk-vnc/libgtk-vnc-1.0-0_0.3.10-1_i386.deb
libgtk-vnc-1.0-dev_0.3.10-1_i386.deb
  to pool/main/g/gtk-vnc/libgtk-vnc-1.0-dev_0.3.10-1_i386.deb
mozilla-gtk-vnc_0.3.10-1_i386.deb
  to pool/main/g/gtk-vnc/mozilla-gtk-vnc_0.3.10-1_i386.deb
python-gtk-vnc_0.3.10-1_i386.deb
  to pool/main/g/gtk-vnc/python-gtk-vnc_0.3.10-1_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Guido Günther <[email protected]> (supplier of updated gtk-vnc package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Fri, 23 Oct 2009 22:29:24 +0200
Source: gtk-vnc
Binary: libgtk-vnc-1.0-0 libgtk-vnc-1.0-0-dbg libgtk-vnc-1.0-dev python-gtk-vnc 
mozilla-gtk-vnc gvncviewer
Architecture: source i386
Version: 0.3.10-1
Distribution: unstable
Urgency: low
Maintainer: Guido Günther <[email protected]>
Changed-By: Guido Günther <[email protected]>
Description: 
 gvncviewer - VNC viewer using gtk-vnc
 libgtk-vnc-1.0-0 - A VNC viewer widget for GTK+ (runtime libraries)
 libgtk-vnc-1.0-0-dbg - A VNC viewer widget for GTK+ (runtime libraries)
 libgtk-vnc-1.0-dev - A VNC viewer widget for GTK+ (development files)
 mozilla-gtk-vnc - A VNC viewer widget for GTK+ (mozilla plugin)
 python-gtk-vnc - A VNC viewer widget for GTK+ (Python binding)
Closes: 540434 540435
Changes: 
 gtk-vnc (0.3.10-1) unstable; urgency=low
 .
   [ Laurent Léonard ]
   * [08c37ba] Bump Debhelper version to 7.
   * [f222140] Bump Standards-Version to 3.8.3.
   * [bdc973a] Add clean target in debian/rules.
   * [acace64] Clean debian/rules.
 .
   [ Guido Günther ]
   [ Guido Günther ]
   * [1f2e3c5] say "disconnected from server" only once connected (Closes:
     #540435) - thanks to Michal Suchanek
   * [52c3a40] allow connecting to local server by display number (Closes:
     #540434) - thanks to Michal Suchanek
   * [bf6c78e] Imported Upstream version 0.3.10
   * [5f1532b] redo patches
   * [cc1fb45] create m4/ dir to make autoreconf happy
   * [4ac1958] build-dep on intltool for translations
   * [fe0fe02] drop WERROR_CFLAGS
Checksums-Sha1: 
 274827dce4282534e1dd06a7105741dbe3c69ab4 1440 gtk-vnc_0.3.10-1.dsc
 40dfa4f5c28dee13db72b9173ecbe9f182817cee 604228 gtk-vnc_0.3.10.orig.tar.gz
 a5bc569bc0f65c386712ca4c10384d9a4ce5fd1e 7058 gtk-vnc_0.3.10-1.diff.gz
 28b47e6de9f53fab6e839129f56776e45f594434 82034 
libgtk-vnc-1.0-0_0.3.10-1_i386.deb
 726890c5a5080455862ebd90c18c82515220491e 142186 
libgtk-vnc-1.0-0-dbg_0.3.10-1_i386.deb
 7d4030ea8061f563acf3d382d08abf9c99e5990c 84456 
libgtk-vnc-1.0-dev_0.3.10-1_i386.deb
 d3a4591b95dbf25ae1ac7bc27d853e8656cea4f7 30430 python-gtk-vnc_0.3.10-1_i386.deb
 538cc5ffadba7b173c4ec914896fb750c841d3a3 31930 
mozilla-gtk-vnc_0.3.10-1_i386.deb
 2859abd70dba9ee0dbfe74738b6687fd6833c6ed 32248 gvncviewer_0.3.10-1_i386.deb
Checksums-Sha256: 
 8449fbc2baa2f5b5d2b5a91225eb432afc5b5a68ac655da72d04e89ef928c0d3 1440 
gtk-vnc_0.3.10-1.dsc
 61fdc1824e5621ba77a116fae7e512ced377a914ad34b2a694188277ca679384 604228 
gtk-vnc_0.3.10.orig.tar.gz
 30f97ed2582e33d9a3a8a47a993dfab4de01365ab932f20355f1626f64421f96 7058 
gtk-vnc_0.3.10-1.diff.gz
 29f6546d1eecfcb5b1df845d6a7c266612ca1029cf46a036232fc63b9706888e 82034 
libgtk-vnc-1.0-0_0.3.10-1_i386.deb
 e9dfd346bfb3999d0f60a0eef1d9cce1e403d499ff3094a9ead9368b445bb8a5 142186 
libgtk-vnc-1.0-0-dbg_0.3.10-1_i386.deb
 345e9bab69651474d494a351911eb1f46fed1f22a25512ddba7d936078818474 84456 
libgtk-vnc-1.0-dev_0.3.10-1_i386.deb
 b5282a39e0ba571f1defea1114303272a7d743515878446a09b495ca6d19dcf6 30430 
python-gtk-vnc_0.3.10-1_i386.deb
 d41dcd6d74dac9ada9ec8140a95625ad65b3d9a92090efacb5ee260c2e24d94c 31930 
mozilla-gtk-vnc_0.3.10-1_i386.deb
 0436ea694f23f09de0e1797499b6a8441971b35272846dbc6d9a6d90eb1c80cb 32248 
gvncviewer_0.3.10-1_i386.deb
Files: 
 bcb0de6b5456ae5e8142a126ad3ba775 1440 gnome optional gtk-vnc_0.3.10-1.dsc
 4d6ae40f7d9e6eff7b62488a2b728b2b 604228 gnome optional 
gtk-vnc_0.3.10.orig.tar.gz
 565fa6e0a1af7e74f50134686f8fafe7 7058 gnome optional gtk-vnc_0.3.10-1.diff.gz
 88fe1b6c3f42ea4d9491125649480be9 82034 libs optional 
libgtk-vnc-1.0-0_0.3.10-1_i386.deb
 4bfdca9525fa4fe27e660aa6cb99d266 142186 debug extra 
libgtk-vnc-1.0-0-dbg_0.3.10-1_i386.deb
 d4fb7029368cee392fd4196bf4d443e6 84456 libdevel optional 
libgtk-vnc-1.0-dev_0.3.10-1_i386.deb
 e51adeecbbb02c51a6247139b1f22d96 30430 python optional 
python-gtk-vnc_0.3.10-1_i386.deb
 0fc9bd9e3971ec9dfff7df4c7be9bc77 31930 web optional 
mozilla-gtk-vnc_0.3.10-1_i386.deb
 63d0ef459d3000b30a34f66aed0eed80 32248 x11 optional 
gvncviewer_0.3.10-1_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)

iD8DBQFK4hXqn88szT8+ZCYRAoGoAJ9zgKaHjUyvOgvwC3ivIhWU6tE9ywCfaIZO
ZyEksjxN+izzs5lzNuKgb68=
=mnmc
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to