Your message dated Tue, 19 Jun 2007 09:47:10 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#429260: fixed in vte 1:0.16.6-1
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: libvte9
Version: 1:0.16.5-1
Severity: normal
Support for mapping Ctrl-_ (Ctrl-Minus) combination is missing.
Normally, in linux console - combination Ctrl-7, Ctrl-_, Ctrl-/ produce sabe
code 0x1f. Attached patch add this mapping.
-- System Information:
Debian Release: lenny/sid
APT prefers unstable
APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.22-rc3 (SMP w/2 CPU cores)
Locale: LANG=ru_RU.KOI8-R, LC_CTYPE=ru_RU.KOI8-R (charmap=KOI8-R)
Shell: /bin/sh linked to /bin/bash
Versions of packages libvte9 depends on:
ii libatk1.0-0 1.18.0-2 The ATK accessibility toolkit
ii libc6 2.5-10 GNU C Library: Shared libraries
ii libcairo2 1.4.6-1.1 The Cairo 2D vector graphics libra
ii libfontconfig1 2.4.2-1.2 generic font configuration library
ii libfreetype6 2.2.1-5 FreeType 2 font engine, shared lib
ii libglib2.0-0 2.12.12-1 The GLib library of C routines
ii libgtk2.0-0 2.10.12-2 The GTK+ graphical user interface
ii libice6 1:1.0.3-2 X11 Inter-Client Exchange library
ii libncurses5 5.6-3 Shared libraries for terminal hand
ii libpango1.0-0 1.16.4-1 Layout and rendering of internatio
ii libpng12-0 1.2.15~beta5-1 PNG library - runtime
ii libsm6 1:1.0.2-2 X11 Session Management library
ii libvte-common 1:0.16.5-1 Terminal emulator widget for GTK+
ii libx11-6 2:1.0.3-7 X11 client-side library
ii libxcursor1 1:1.1.8-2 X cursor management library
ii libxext6 1:1.0.3-2 X11 miscellaneous extension librar
ii libxfixes3 1:4.0.3-2 X11 miscellaneous 'fixes' extensio
ii libxft2 2.1.12-2 FreeType-based font drawing librar
ii libxi6 1:1.0.1-4 X11 Input extension library
ii libxinerama1 1:1.0.2-1 X11 Xinerama extension library
ii libxrandr2 2:1.2.1-1 X11 RandR extension library
ii libxrender1 1:0.9.2-1 X Rendering Extension client libra
ii zlib1g 1:1.2.3-15 compression library - runtime
libvte9 recommends no packages.
-- no debconf information
--- vte-0.16.5/src/keymap.c.orig 2007-02-27 00:05:13.000000000 +0300
+++ vte-0.16.5/src/keymap.c 2007-06-16 20:24:16.000000000 +0400
@@ -269,6 +269,10 @@
{cursor_all, keypad_all, fkey_all, GDK_CONTROL_MASK, "\177", 1, X_NULL},
{cursor_all, keypad_all, fkey_all, 0, X_NULL, 0, X_NULL},
};
+static const struct _vte_keymap_entry _vte_keymap_GDK_Minus[] = {
+ {cursor_all, keypad_all, fkey_all, GDK_CONTROL_MASK, "\037", 1, X_NULL},
+ {cursor_all, keypad_all, fkey_all, 0, X_NULL, 0, X_NULL},
+};
/* Home and End are strange cases because their sequences vary wildly from
* system to system, or mine's just broken. But anyway. */
@@ -902,6 +906,7 @@
{GDK_6, _vte_keymap_GDK_6},
{GDK_7, _vte_keymap_GDK_7},
{GDK_8, _vte_keymap_GDK_8},
+ {GDK_minus, _vte_keymap_GDK_Minus},
{GDK_Up, _vte_keymap_GDK_Up},
{GDK_Down, _vte_keymap_GDK_Down},
--- End Message ---
--- Begin Message ---
Source: vte
Source-Version: 1:0.16.6-1
We believe that the bug you reported is fixed in the latest version of
vte, which is due to be installed in the Debian FTP archive:
libvte-common_0.16.6-1_all.deb
to pool/main/v/vte/libvte-common_0.16.6-1_all.deb
libvte-dev_0.16.6-1_i386.deb
to pool/main/v/vte/libvte-dev_0.16.6-1_i386.deb
libvte-doc_0.16.6-1_all.deb
to pool/main/v/vte/libvte-doc_0.16.6-1_all.deb
libvte9_0.16.6-1_i386.deb
to pool/main/v/vte/libvte9_0.16.6-1_i386.deb
python-vte_0.16.6-1_i386.deb
to pool/main/v/vte/python-vte_0.16.6-1_i386.deb
vte_0.16.6-1.diff.gz
to pool/main/v/vte/vte_0.16.6-1.diff.gz
vte_0.16.6-1.dsc
to pool/main/v/vte/vte_0.16.6-1.dsc
vte_0.16.6.orig.tar.gz
to pool/main/v/vte/vte_0.16.6.orig.tar.gz
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 vte 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: Tue, 19 Jun 2007 11:08:11 +0200
Source: vte
Binary: python-vte libvte-doc libvte-common libvte9 libvte-dev
Architecture: source i386 all
Version: 1:0.16.6-1
Distribution: unstable
Urgency: low
Maintainer: Guilherme de S. Pastore <[EMAIL PROTECTED]>
Changed-By: Loic Minier <[EMAIL PROTECTED]>
Description:
libvte-common - Terminal emulator widget for GTK+ 2.0 - common files
libvte-dev - Terminal emulator widget for GTK+ 2.0 - development files
libvte-doc - Terminal emulator widget for GTK+ 2.0 - development files
libvte9 - Terminal emulator widget for GTK+ 2.0 - runtime files
python-vte - Python bindings for the VTE widget set
Closes: 320114 429260
Changes:
vte (1:0.16.6-1) unstable; urgency=low
.
* Pass proper configure flags to the udeb.
* Generate proper shlibs for the udeb.
* Build against the diretcfb Gtk flavor.
* Disable udeb for now since it's unlikely to get useful soon.
* New upstream stable release; no API change.
- Fixes 24 colors support; GNOME #332606, #372743; closes: #320114.
* New patch, 60_fix-ctrl-dash, fixes mapping for Ctrl + dash; thanks
Andrey Melnikov; GNOME #448259; closes: #429260.
Files:
a6f48966d3d053dbb23e5a5d3ec648b8 1112 libs optional vte_0.16.6-1.dsc
82bec41b3d857d17771d10417b3ee5b9 1389077 libs optional vte_0.16.6.orig.tar.gz
198ad562be07387040b77ae426ca3078 11609 libs optional vte_0.16.6-1.diff.gz
d05f7f32f5849e208e722acd9d9128d4 177050 libs optional
libvte-common_0.16.6-1_all.deb
fd0cb35fa2548b605baf2f897c04dace 148326 doc optional
libvte-doc_0.16.6-1_all.deb
cebf6a4b8d7c091685b1f606de7229bb 736026 libs optional libvte9_0.16.6-1_i386.deb
3d793f548a7a7f45715c25b8132fdcac 494700 libdevel optional
libvte-dev_0.16.6-1_i386.deb
96eefe77821c31cb4cf848bc10d8d612 149142 python optional
python-vte_0.16.6-1_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFGd58s4VUX8isJIMARAtk/AJ4xAu31z/qyGeRe9iLhE/XeowX4yQCfZ3or
LfsvrXZETKRtAd/RmzOEft8=
=A8MT
-----END PGP SIGNATURE-----
--- End Message ---