Your message dated Fri, 09 Apr 2010 22:47:33 +0000
with message-id <[email protected]>
and subject line Bug#576081: fixed in apvlv 0.0.9.5-1
has caused the Debian Bug report #576081,
regarding apvlv: main window title is not always changed
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.)


-- 
576081: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=576081
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: apvlv
Version: 0.0.9.3-1
Severity: minor


Current unstable version (it was trivial to backport it to lenny)
doesn't change it's main window title to the name of displayed 
pdf file.

At least the following usecase makes unchanging window title a
minor annoyance:

1) Copy an arbitrary pdf file to an arbitrary directory.
For the sake of clarity, let us assume that there is a
file '1.pdf' in '/tmp' directory.

2) Launch apvlv, note that it shows its standard help file,
'/usr/share/doc/Startup.pdf', and window title is set to 
'Startup.pdf'

3) Enter ':open /tmp' in apvlv.
apvlv happily shows all pdf files in '/tmp', but it's window 
title is still set to 'Startup.pdf'.

4) Press 'gt'. Note that apvlv window title is set to 'tmp' now.

5) Navigate to pdf file in apvlv, and press 'Enter' on any (1.pdf 
in our example).

6) apvlv now show contents of '1.pdf' file, but it's window
title is still show 'tmp'.

7) Press 'gt'. Note that apvlv window title is set to '1.pdf' now.

Patch attached to this bugreport tries to fix this inconsistency.
Hope it'll find it's way upstream, or at least to next Debian 
version of this package.

-- System Information:
Debian Release: 5.0.4
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.26-2-amd64 (SMP w/4 CPU cores)
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 apvlv depends on:
ii  libatk1.0-0           1.22.0-1           The ATK accessibility toolkit
ii  libc6                 2.7-18lenny2       GNU C Library: Shared libraries
ii  libcairo2             1.6.4-7            The Cairo 2D vector graphics libra
ii  libgcc1               1:4.3.2-1.1        GCC support library
ii  libglib2.0-0          2.16.6-3           The GLib library of C routines
ii  libgtk2.0-0           2.12.12-1~lenny1   The GTK+ graphical user interface 
ii  libpango1.0-0         1.20.5-5+lenny1    Layout and rendering of internatio
ii  libpoppler-glib3      0.8.7-3.1          PDF rendering library (GLib-based 
ii  libstdc++6            4.3.2-1.1          The GNU Standard C++ Library v3

apvlv recommends no packages.

apvlv suggests no packages.

-- debconf-show failed
--- a/src/ApvlvDir.cpp	2010-03-31 18:20:22.669950694 +0400
+++ b/src/ApvlvDir.cpp	2010-03-31 18:53:15.161456572 +0400
@@ -356,6 +356,7 @@
       {
       case GDK_Return:
 	ApvlvWindow::currentWindow ()->setCore (ndoc);
+	gView->settitle (g_path_get_basename(name));
 	break;
 
       case 'o':
--- a/src/ApvlvView.cpp	2010-03-31 19:33:33.597456898 +0400
+++ b/src/ApvlvView.cpp	2010-03-31 19:33:07.205456290 +0400
@@ -544,6 +544,7 @@
       {
 	win->setCore (ndoc);
 	updatetabname ();
+	settitle (filename);
       }
     g_free (abpath);
 

--- End Message ---
--- Begin Message ---
Source: apvlv
Source-Version: 0.0.9.5-1

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

apvlv_0.0.9.5-1.diff.gz
  to main/a/apvlv/apvlv_0.0.9.5-1.diff.gz
apvlv_0.0.9.5-1.dsc
  to main/a/apvlv/apvlv_0.0.9.5-1.dsc
apvlv_0.0.9.5-1_amd64.deb
  to main/a/apvlv/apvlv_0.0.9.5-1_amd64.deb
apvlv_0.0.9.5.orig.tar.gz
  to main/a/apvlv/apvlv_0.0.9.5.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.
Stefan Ritter <[email protected]> (supplier of updated apvlv 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: Wed, 07 Apr 2010 11:13:08 +0200
Source: apvlv
Binary: apvlv
Architecture: source amd64
Version: 0.0.9.5-1
Distribution: unstable
Urgency: low
Maintainer: Stefan Ritter <[email protected]>
Changed-By: Stefan Ritter <[email protected]>
Description: 
 apvlv      - PDF viewer with Vim-like behaviour
Closes: 576081 576082
Changes: 
 apvlv (0.0.9.5-1) unstable; urgency=low
 .
   * New upstream release (Closes: #576081, #576082)
Checksums-Sha1: 
 022bbeb309b1c11f1c50d0693063601a7a38ddc6 1039 apvlv_0.0.9.5-1.dsc
 bc7d99be38dc83f3c26367b1877639e02c34a4fc 214431 apvlv_0.0.9.5.orig.tar.gz
 51cba9b7fec622cd5436556a28264298870be71a 5541 apvlv_0.0.9.5-1.diff.gz
 13384f585a48446d539f5fe978bd2b02da630e91 135512 apvlv_0.0.9.5-1_amd64.deb
Checksums-Sha256: 
 64574d91880a99f18413891d69e06d2fc38af1a10e1882a3ee067d4a4042224b 1039 
apvlv_0.0.9.5-1.dsc
 2feb3d85d98db827f83d27c764f06ecc7ac3927632062cf266ea8f1a80dc34d8 214431 
apvlv_0.0.9.5.orig.tar.gz
 af6c38e3b73ac5c12b19512ff6196fceb44c3772fbfd01c2516869e9127f2db9 5541 
apvlv_0.0.9.5-1.diff.gz
 35740bda8cd78f14cc431f3c57fc01b12f859f4f524e9c467d365ae770ec09e2 135512 
apvlv_0.0.9.5-1_amd64.deb
Files: 
 29843430b0d5ecccd53cd5d726a30c27 1039 text extra apvlv_0.0.9.5-1.dsc
 13c6424a288829a2807577f186cda114 214431 text extra apvlv_0.0.9.5.orig.tar.gz
 583033827e973680463277e5c354be56 5541 text extra apvlv_0.0.9.5-1.diff.gz
 237a83a4e4a50d5e46dcb3ca67af11ef 135512 text extra apvlv_0.0.9.5-1_amd64.deb

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

iEYEARECAAYFAku/nNgACgkQ9/DnDzB9Vu3wAgCZAajr09OcmXNygORLsBe98v2q
9BMAoIvfCOC4q+mEzHLOwfwAYTadUCZh
=jYjH
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to