Your message dated Sun, 16 Mar 2008 23:02:06 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#390424: fixed in gman 0.9.3-4
has caused the Debian Bug report #390424,
regarding gman: Manual page name should be included in xterm's icon name
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.)
--
390424: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=390424
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: gman
Version: 0.9.3-2.nix.1
Severity: wishlist
Tags: patch
Hi,
GMan currently sets xterm's icon name to 'GMan', which is not too
informative.. (Consider the user has half a dozen of these manual pages
open, most of them iconified.) I'd prefer if the name of the manual page
is included in the icon name as well (preferably at the beginning),
eg. 'perlfunc - GMan'.
I attached a patch that changes the xterm icon name to 'manpagename -
GMan' style.
norbi
-- System Information:
Debian Release: 3.1
APT prefers unstable
APT policy: (600, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.16
Locale: LANG=C, LC_CTYPE=hu_HU (charmap=ISO-8859-2)
Versions of packages gman depends on:
ii gnome-terminal [x- 2.8.2-2 The GNOME 2 terminal emulator appl
ii libc6 2.3.2.ds1-22sarge4 GNU C Library: Shared libraries an
ii libgcc1 1:3.4.3-13sarge1 GCC support library
ii libglib1.2 1.2.10-9 The GLib library of C routines
ii libgtk1.2 1.2.10-17 The GIMP Toolkit set of widgets fo
ii libstdc++5 1:3.3.5-13 The GNU Standard C++ Library v3
ii libx11-6 4.3.0.dfsg.1-14sarge1 X Window System protocol client li
ii libxext6 4.3.0.dfsg.1-14sarge1 X Window System miscellaneous exte
ii libxi6 4.3.0.dfsg.1-14sarge1 X Window System Input extension li
ii man-db 2.4.2-21 The on-line manual pager
ii rxvt [x-terminal-e 1:2.6.4-6.2 VT102 terminal emulator for the X
ii rxvt-ml [x-termina 1:2.6.4-6.2 multi-lingual VT102 terminal emula
ii xlibs 4.3.0.dfsg.1-14sarge1 X Keyboard Extension (XKB) configu
ii xterm [x-terminal- 4.3.0.dfsg.1-14sarge1 X terminal emulator
ii xvt [x-terminal-em 2.1-18 X terminal-emulator similar to xte
-- no debconf information
diff -Naur gman-0.9.3/mandata.c gman-0.9.3.fixed/mandata.c
--- gman-0.9.3/mandata.c 2006-10-01 10:27:39.000000000 +0200
+++ gman-0.9.3.fixed/mandata.c 2006-10-01 10:28:00.000000000 +0200
@@ -241,8 +241,9 @@
char buffer2[BUFFER_SIZE];
switch ((int)context->get_value("show_mode")) {
case 0:
- sprintf(buffer,"%s -T '%s manual page' -n GMan -e man ",
+ sprintf(buffer,"%s -T '%s manual page' -n '%s - GMan' -e man ",
(char*)context->get_value("xterm_command"),
+ get_display_name(buffer1),
get_display_name(buffer1));
len = strlen(buffer);
attach(buffer+len,man_path->GetPath(),file_name);
--- End Message ---
--- Begin Message ---
Source: gman
Source-Version: 0.9.3-4
We believe that the bug you reported is fixed in the latest version of
gman, which is due to be installed in the Debian FTP archive:
gman_0.9.3-4.diff.gz
to pool/main/g/gman/gman_0.9.3-4.diff.gz
gman_0.9.3-4.dsc
to pool/main/g/gman/gman_0.9.3-4.dsc
gman_0.9.3-4_amd64.deb
to pool/main/g/gman/gman_0.9.3-4_amd64.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.
Josip Rodin <[EMAIL PROTECTED]> (supplier of updated gman 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, 16 Mar 2008 22:54:42 +0100
Source: gman
Binary: gman
Architecture: source amd64
Version: 0.9.3-4
Distribution: unstable
Urgency: low
Maintainer: Josip Rodin <[EMAIL PROTECTED]>
Changed-By: Josip Rodin <[EMAIL PROTECTED]>
Description:
gman - small man(1) front-end for X
Closes: 248501 390424 437045
Changes:
gman (0.9.3-4) unstable; urgency=low
.
* Included page name in terminal's icon name as well as the title,
thanks to Norbert Buchmuller, closes: #390424.
* Removed '-s' from install(1) invocations in order to properly
support the nostrip build mode, closes: #437045.
* Removed a completely unnecessary #include <jerror.h> and the
libjpeg62-dev build-dependency - gman simply doesn't use anything
from there.
* Intercept the complete lack of man2html in gman.pl, closes: #248501.
* Upped DH_COMPAT and debhelper build-dependency to 5 (no changes).
* Dropped old FSF address from the copyright file.
* Upped standards version to 3.7.2 (no changes).
* Side-note: gman could use 'man -H' instead of its own forking of
a browser with man2html, but that generates slightly different
output with no links and requires psutils and netpbm to get tables
(and even then they don't work, cf. #335411).
Files:
b28a464e4f05f36116a2570ddc5701fa 580 doc optional gman_0.9.3-4.dsc
b4b1049d83493dd426bd0cd10c8f3622 12397 doc optional gman_0.9.3-4.diff.gz
583356729828585d27cdeef79c1386c0 40246 doc optional gman_0.9.3-4_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFH3aQ7C1RHoiANFZYRAutXAKDW3LfqZIh3x9+BfaZwWwfgR+CCxQCgvSXo
o0vyMjKGjBMUebnVTkn1lg0=
=QVPF
-----END PGP SIGNATURE-----
--- End Message ---