Your message dated Sun, 14 Oct 2007 21:02:07 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#283076: fixed in gtk+2.0 2.12.0-3
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: libgtk2.0-0
Version: 2.4.13-1.1
Severity: minor
Tags: patch
When running a gtk+2 application while it is impossible to open the
display for any reason, the error message can be misleading:
running DISPLAY=:1 gnome-cd prints:
(gnome-cd:8301): Gtk-WARNING **: cannot open display:
running gnome-cd --display=:1 prints:
(gnome-cd:8302): Gtk-WARNING **: cannot open display: :1
It can be misleading about the fact whether the DISPLAY variable is
correctly set or not.
The attached patch displays the content of the DISPLAY environment
variable when the --display argument has not been specified.
Mike
-- System Information:
Debian Release: 3.1
APT prefers unstable
APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.9-1-686
Locale: LANG=ja_JP.UTF-8, LC_CTYPE=ja_JP.UTF-8 (charmap=UTF-8)
Versions of packages libgtk2.0-0 depends on:
ii libatk1.0-0 1.8.0-3 The ATK accessibility toolkit
ii libc6 2.3.2.ds1-18 GNU C Library: Shared libraries an
ii libfontconfig1 2.2.3-4 generic font configuration library
ii libfreetype6 2.1.7-2.3 FreeType 2 font engine, shared lib
ii libglib2.0-0 2.4.7-1 The GLib library of C routines
ii libgtk2.0-0 2.4.13-1.1 The GTK+ graphical user interface
ii libgtk2.0-bin 2.4.13-1.1 The programs for the GTK+ graphica
ii libgtk2.0-common 2.4.13-1.1 Common files for the GTK+ graphica
ii libjpeg62 6b-9 The Independent JPEG Group's JPEG
ii libpango1.0-0 1.6.0-3 Layout and rendering of internatio
ii libpng12-0 1.2.7-1 PNG library - runtime
ii libtiff4 3.6.1-3 Tag Image File Format library
ii libx11-6 4.3.0.dfsg.1-8 X Window System protocol client li
ii libxcursor1 1.1.3-1 X cursor management library
ii libxext6 4.3.0.dfsg.1-8 X Window System miscellaneous exte
ii libxft2 2.1.2-6 FreeType-based font drawing librar
ii libxi6 4.3.0.dfsg.1-8 X Window System Input extension li
ii libxrandr2 4.3.0.dfsg.1-8 X Window System Resize, Rotate and
ii libxrender1 0.8.3-7 X Rendering Extension client libra
ii xlibs 4.3.0.dfsg.1-8 X Window System client libraries m
ii zlib1g 1:1.2.2-3 compression library - runtime
-- no debconf information
diff -ruN gtk+-2.4.13.orig/gtk/gtkmain.c gtk+-2.4.13/gtk/gtkmain.c
--- gtk+-2.4.13.orig/gtk/gtkmain.c 2004-08-04 07:22:03.000000000 +0900
+++ gtk+-2.4.13/gtk/gtkmain.c 2004-11-26 18:11:29.000000000 +0900
@@ -947,6 +947,8 @@
if (!gtk_init_check (argc, argv))
{
const char *display_name_arg = gdk_get_display_arg_name ();
+ if (display_name_arg == NULL)
+ display_name_arg = getenv("DISPLAY");
g_warning ("cannot open display: %s", display_name_arg ? display_name_arg : " ");
exit (1);
}
--- End Message ---
--- Begin Message ---
Source: gtk+2.0
Source-Version: 2.12.0-3
We believe that the bug you reported is fixed in the latest version of
gtk+2.0, which is due to be installed in the Debian FTP archive:
gtk+2.0_2.12.0-3.diff.gz
to pool/main/g/gtk+2.0/gtk+2.0_2.12.0-3.diff.gz
gtk+2.0_2.12.0-3.dsc
to pool/main/g/gtk+2.0/gtk+2.0_2.12.0-3.dsc
gtk2-engines-pixbuf_2.12.0-3_i386.deb
to pool/main/g/gtk+2.0/gtk2-engines-pixbuf_2.12.0-3_i386.deb
gtk2.0-examples_2.12.0-3_i386.deb
to pool/main/g/gtk+2.0/gtk2.0-examples_2.12.0-3_i386.deb
libgtk-directfb-2.0-0-udeb_2.12.0-3_i386.udeb
to pool/main/g/gtk+2.0/libgtk-directfb-2.0-0-udeb_2.12.0-3_i386.udeb
libgtk-directfb-2.0-0_2.12.0-3_i386.deb
to pool/main/g/gtk+2.0/libgtk-directfb-2.0-0_2.12.0-3_i386.deb
libgtk-directfb-2.0-dev_2.12.0-3_i386.deb
to pool/main/g/gtk+2.0/libgtk-directfb-2.0-dev_2.12.0-3_i386.deb
libgtk2.0-0-dbg_2.12.0-3_i386.deb
to pool/main/g/gtk+2.0/libgtk2.0-0-dbg_2.12.0-3_i386.deb
libgtk2.0-0_2.12.0-3_i386.deb
to pool/main/g/gtk+2.0/libgtk2.0-0_2.12.0-3_i386.deb
libgtk2.0-bin_2.12.0-3_all.deb
to pool/main/g/gtk+2.0/libgtk2.0-bin_2.12.0-3_all.deb
libgtk2.0-common_2.12.0-3_all.deb
to pool/main/g/gtk+2.0/libgtk2.0-common_2.12.0-3_all.deb
libgtk2.0-dev_2.12.0-3_i386.deb
to pool/main/g/gtk+2.0/libgtk2.0-dev_2.12.0-3_i386.deb
libgtk2.0-doc_2.12.0-3_all.deb
to pool/main/g/gtk+2.0/libgtk2.0-doc_2.12.0-3_all.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.
Loic Minier <[EMAIL PROTECTED]> (supplier of updated gtk+2.0 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.7
Date: Sun, 14 Oct 2007 20:46:29 +0200
Source: gtk+2.0
Binary: libgtk2.0-dev gtk2-engines-pixbuf libgtk-directfb-2.0-dev
libgtk-directfb-2.0-0 libgtk-directfb-2.0-0-udeb libgtk2.0-0-dbg libgtk2.0-0
libgtk2.0-doc gtk2.0-examples libgtk2.0-common libgtk2.0-bin
Architecture: source i386 all
Version: 2.12.0-3
Distribution: unstable
Urgency: low
Maintainer: Sebastien Bacher <[EMAIL PROTECTED]>
Changed-By: Loic Minier <[EMAIL PROTECTED]>
Description:
gtk2-engines-pixbuf - Pixbuf-based theme for GTK+ 2.x
gtk2.0-examples - Examples files for the GTK+ 2.0
libgtk-directfb-2.0-0 - The GTK+ graphical user interface library - DirectFB
runtime
libgtk-directfb-2.0-0-udeb - The GTK+ graphical user interface library -
minimal runtime (udeb)
libgtk-directfb-2.0-dev - Development files for the GTK+ library - DirectFB
version
libgtk2.0-0 - The GTK+ graphical user interface library
libgtk2.0-0-dbg - The GTK+ libraries and debugging symbols
libgtk2.0-bin - The programs for the GTK+ graphical user interface library
libgtk2.0-common - Common files for the GTK+ graphical user interface library
libgtk2.0-dev - Development files for the GTK+ library
libgtk2.0-doc - Documentation for the GTK+ graphical user interface library
Closes: 283076 439004 440165 443403 443661 444927 445613
Changes:
gtk+2.0 (2.12.0-3) unstable; urgency=low
.
[ Josselin Mouette ]
* 031_gtksearchenginetracker_fixes.patch: new patch.
+ Use libtrackerclient.so.0 (closes: #443403).
+ Check that tracker actually works before using it.
.
[ Loic Minier ]
* Conflict with libwxgtk2.6-0 << 2.6.3.2.2-1 to prevent the migration of gtk
to testing until the wxwidgets2.6 fix is there too; see #441766 and
friends.
.
[ Josselin Mouette ]
* Conflict with glabels << 2.1.3-3 to prevent a segmentation fault
from showing up.
.
[ Loic Minier ]
* Cleanup whitespace.
* Add comments to relibtoolizing patch, 070_mandatody-relibtoolize, to
mention the age of the upstream libtool in released tarballs which make
relibtoolizing important for hurd-i386; GNOME #484426; Debian #445001.
.
[ Josselin Mouette ]
* 020_immodules-files-d.patch, 021_loader-files-d.patch: read the
GDK_PIXBUF_MODULE_FILE and GTK_IM_MODULE_FILE variables before the
Debian directories. Thanks Thadeu Lima de Souza Cascardo.
Closes: #439004.
.
[ Loic Minier ]
* New patch, 080_from_bugzilla_workaround_eclipse_crash, fixes crash when
displaying tooltips in SWT apps such as Eclipse; GNOME #410194; LP
#128232; closes: #445613.
* New patch, 060_opening-display-by-env-error-message, fixes error message
on opening of display to include the display when it was set via the
DISPLAY env var; GNOME #486636; closes: #283076.
* New patch, 065_gtk-filechooser-locale-time, fixes conversion of localized
week days in non-UTF-8 locales in the file chooser; GNOME #482504;
closes: #444927.
* Enable 091_workaround_no_gtk_init_incorrect_display to allow the non-free
Flash plugin to work for users of non-Gtk browsers; please do bug Adobe
about this; closes: #443661, #440165.
* New patch, 071_fix_gdk_window_null_crasher, fixes potential crashes in
IceWeasel's print preview dialog; GNOME #482531; LP #144326; found in the
Ubuntu package.
Files:
dfb1c7deee9be8738147367df7a569e3 1529 libs optional gtk+2.0_2.12.0-3.dsc
7b73c47d235bb1ae4ff860cbd0f14eb6 101087 libs optional gtk+2.0_2.12.0-3.diff.gz
9e376f6701f09328b3c69f111083c555 4909522 misc optional
libgtk2.0-common_2.12.0-3_all.deb
b41852ad521f8bbc3b58e639d80964bd 8054 misc optional
libgtk2.0-bin_2.12.0-3_all.deb
27e118a79533752894447b6da4dfa52b 3184574 doc optional
libgtk2.0-doc_2.12.0-3_all.deb
3a63cfd22f36b930c064dc8aa421f47f 1960530 libs optional
libgtk2.0-0_2.12.0-3_i386.deb
e36c7fe01905e708c57439187902e42d 1661422 libs optional
libgtk-directfb-2.0-0_2.12.0-3_i386.deb
884e3affc6af649da24b13e2a099ddf7 1710140 debian-installer extra
libgtk-directfb-2.0-0-udeb_2.12.0-3_i386.udeb
0cbed89f14b0d08735859402a9252685 2653790 libdevel optional
libgtk2.0-dev_2.12.0-3_i386.deb
c0ae4b03854148dd4e89fa471e895a0a 5504 libdevel optional
libgtk-directfb-2.0-dev_2.12.0-3_i386.deb
fedf86da062986b83b9c604c37ae9b79 9274764 libdevel extra
libgtk2.0-0-dbg_2.12.0-3_i386.deb
bb81b74d3661d9aab1cbffd2a79d5d9c 438092 x11 extra
gtk2.0-examples_2.12.0-3_i386.deb
9da1f059876b8b589d4b4388ec0b193f 123234 graphics optional
gtk2-engines-pixbuf_2.12.0-3_i386.deb
Package-Type: udeb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFHEnJq4VUX8isJIMARAnGyAJ0XDFr1zDS3PHb5V55j8YxM+pT3TgCfUDme
P06uxlSVzRlfZgUpInelhYQ=
=R+m4
-----END PGP SIGNATURE-----
--- End Message ---