Your message dated Fri, 09 Apr 2010 22:47:33 +0000
with message-id <[email protected]>
and subject line Bug#576082: fixed in apvlv 0.0.9.5-1
has caused the Debian Bug report #576082,
regarding apvlv: should not force font color of statusbar
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.)
--
576082: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=576082
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: apvlv
Version: 0.0.9.3-1
Severity: wishlist
Current unstable version (it was trivial to backport it to lenny)
forces font color of it's 'statusbar' to black most of the time.
Such behaviour is inconsistent with font color of command bar, for
instance. Much more annoying the fact that 'statusbar' text is
invisible when one uses dark GUI theme.
Patch attached to this bugreport tries to fix this inconsistency
more GTK-way. 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:24:34.988831428 +0400
@@ -567,24 +567,10 @@
void ApvlvDirStatus::active (bool act)
{
- GdkColor c;
-
- if (act)
- {
- c.red = 300;
- c.green = 300;
- c.blue = 300;
- }
- else
- {
- c.red = 30000;
- c.green = 30000;
- c.blue = 30000;
- }
for (unsigned int i = 0; i < AD_STATUS_SIZE; ++i)
{
- gtk_widget_modify_fg (mStlab[i], GTK_STATE_NORMAL, &c);
+ gtk_widget_modify_fg (mStlab[i], (act) ? GTK_STATE_NORMAL : GTK_STATE_INSENSITIVE , NULL);
}
}
--- a/src/ApvlvDoc.cpp 2010-03-31 18:20:20.305456961 +0400
+++ b/src/ApvlvDoc.cpp 2010-03-31 18:23:50.325456608 +0400
@@ -1988,24 +1988,10 @@
void ApvlvDocStatus::active (bool act)
{
- GdkColor c;
-
- if (act)
- {
- c.red = 300;
- c.green = 300;
- c.blue = 300;
- }
- else
- {
- c.red = 30000;
- c.green = 30000;
- c.blue = 30000;
- }
for (unsigned int i = 0; i < AD_STATUS_SIZE; ++i)
{
- gtk_widget_modify_fg (mStlab[i], GTK_STATE_NORMAL, &c);
+ gtk_widget_modify_fg (mStlab[i], (act) ? GTK_STATE_NORMAL : GTK_STATE_INSENSITIVE , NULL);
}
}
--- 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 ---