Report forwarded to debian-bugs-dist@lists.debian.org, Chris Lawrence <lawrencc@debian.org>: Bug#214112; Package xzgv.
(full text, mbox, link).
Acknowledgement sent to Ludovic Rousseau <rousseau@debian.org>:
New Bug report received and forwarded. Copy sent to Chris Lawrence <lawrencc@debian.org>.
(full text, mbox, link).
To: Debian Bug Tracking System <submit@bugs.debian.org>
Subject: xzgv: thumbnails disapear when using zoom
Date: Sat, 04 Oct 2003 20:04:04 +0200
Package: xzgv
Version: 0.7-15
Severity: normal
The thumbnails images and directory icons sometimes disappear.
The bug is still present in version 0.8 of xzgv.
How to reproduce:
- start xzgv
- select a picture
- press 'z'
- select a new directory (like the parent directory (..) for example)
The icons have disappeared. You can use 'u' to make them reappear but
they will disappear again if you select a new directory.
You should report the bug upstream.
Bye,
-- System Information:
Debian Release: 3.0
Architecture: i386
Kernel: Linux acer 2.4.22 #1 mar aoû 26 18:55:08 CEST 2003 i686
Locale: LANG=fr_FR, LC_CTYPE=fr_FR
Versions of packages xzgv depends on:
ii gdk-imlib1 1.9.14-13 imaging library for use with gtk (
ii libc6 2.3.2-8 GNU C Library: Shared libraries an
ii libglib1.2 1.2.10-9 The GLib library of C routines
ii libgtk1.2 1.2.10-16 The GIMP Toolkit set of widgets fo
ii libjpeg62 6b-5 The Independent JPEG Group's JPEG
ii libpng10-0 1.0.15-4 PNG library, older version - runti
ii libtiff3g 3.5.7-2 Tag Image File Format library
ii xlibs 4.2.1-11 X Window System client libraries
ii zlib1g 1:1.1.4-1 compression library - runtime
-- no debconf information
Information forwarded to debian-bugs-dist@lists.debian.org, tytso@mit.edu (Theodore Y. Ts'o): Bug#214112; Package xzgv.
(full text, mbox, link).
Acknowledgement sent to Ray Kohler <ray_kohler@yahoo.com>:
Extra info received and forwarded to list. Copy sent to tytso@mit.edu (Theodore Y. Ts'o).
(full text, mbox, link).
To: Debian Bug Tracking System <214112@bugs.debian.org>
Subject: xzgv: Don't even need to zoom
Date: Thu, 21 Apr 2005 21:02:11 -0400
Package: xzgv
Version: 0.8-3
Followup-For: Bug #214112
Unless this is really a separate problem, the original description isn't
quite correct - you don't need to zoom to reproduce this. All you need
to do is open a directory that's already been thumbnailed. Whatever
items that you can see listed in the initial view (i.e., before
scrolling the list) will show the thumbnails correctly. Everything else
will show only the filename. Pressing 'u' on an affected area will
correct it, but once again, only for the region currently in view. Once
"fixed", an image will remain thumbnailed until you quit xzgv. (So the
workaround is to scroll one page, press 'u', and repeat until the bottom
of the list is reached.) Is this really the same bug?
-- System Information:
Debian Release: 3.1
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: powerpc (ppc)
Kernel: Linux 2.6.11-powerpc
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)
Versions of packages xzgv depends on:
ii gdk-imlib1 1.9.14-16.2 imaging library for use with gtk (
ii libc6 2.3.2.ds1-21 GNU C Library: Shared libraries an
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 libjpeg62 6b-10 The Independent JPEG Group's JPEG
ii libpng10-0 1.0.18-1 PNG library, older version - runti
ii libtiff4 3.7.2-2 Tag Image File Format (TIFF) libra
ii libx11-6 4.3.0.dfsg.1-12 X Window System protocol client li
ii libxext6 4.3.0.dfsg.1-12 X Window System miscellaneous exte
ii libxi6 4.3.0.dfsg.1-12 X Window System Input extension li
ii xlibs 4.3.0.dfsg.1-12 X Keyboard Extension (XKB) configu
ii zlib1g 1:1.2.2-4 compression library - runtime
-- no debconf information
Information forwarded to debian-bugs-dist@lists.debian.org, tytso@mit.edu (Theodore Y. Ts'o): Bug#214112; Package xzgv.
(full text, mbox, link).
Acknowledgement sent to Michael Deegan <debbts@cnspc18.murdoch.edu.au>:
Extra info received and forwarded to list. Copy sent to tytso@mit.edu (Theodore Y. Ts'o).
(full text, mbox, link).
From: Michael Deegan <debbts@cnspc18.murdoch.edu.au>
To: 214112@bugs.debian.org
Subject: xzgv: thumbnails disappear when using zoom
Date: Sun, 26 Jun 2005 18:08:49 +0800
FWIW, the behaviour I see more closely resembles that described by the
original submitter. ie. when Zoom is enabled, no thumbnails are drawn at
all, though they do all appear when I press 'u' (which I have to do every
time I change directory).
-MD
--
-------------------------------------------------------------------------------
Michael Deegan Hugaholic http://wibble.darktech.org/gallery/
------------------------- Nyy Tybel Gb Gur Ulcabgbnq! -------------------------
Information forwarded to debian-bugs-dist@lists.debian.org, tytso@mit.edu (Theodore Y. Ts'o): Bug#214112; Package xzgv.
(full text, mbox, link).
Acknowledgement sent to Ray Kohler <ray_kohler@yahoo.com>:
Extra info received and forwarded to list. Copy sent to tytso@mit.edu (Theodore Y. Ts'o).
(full text, mbox, link).
To: Debian Bug Tracking System <214112@bugs.debian.org>
Subject: xzgv: [patch] quick-n-dirty fix for follow-up #1 problem
Date: Tue, 05 Jul 2005 22:35:55 -0400
Package: xzgv
Version: 0.8-4
Followup-For: Bug #214112
I have patched xzgv to get around the problem listed in follow-up #1
(only first batch of thumbnails appears on initial directory load). It
just avoids using the GTK idle loop at all, since that appears to be
where the problem is, and loads all the thumbnails at directory load
time.
Obviously, there are some issues here: I am ignoring the original reason
for putting it in the idle loop (performance). Also, I have made the
smallest change possible, creating a good deal of dead code, and maybe
some wasted overhead. I won't feel insulted if the patch is rejected or
modified heavily - just wanted to share what I have.
--- xzgv-0.8/src/main.c 2005-07-05 22:26:15.000000000 -0400
+++ xzgv-0.8/src/main.c.orig 2003-09-16 09:49:01.000000000 -0400
@@ -3082,9 +3082,8 @@
}
}
-for(f=0;f<numrows;f++)
+for(f=0;f<IDLE_XVPIC_NUM_PER_CALL;f++)
{
- if (*entryp == -1) return;
/* if there's already a pixmap there, skip it. */
if(!gtk_clist_get_pixmap(GTK_CLIST(clist),*entryp,
SELECTOR_TN_COL,&pixmap,&mask))
-- System Information:
Debian Release: testing/unstable
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: powerpc (ppc)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.11-powerpc
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)
Versions of packages xzgv depends on:
ii gdk-imlib1 1.9.14-16.2 imaging library for use with gtk (
ii libc6 2.3.2.ds1-22 GNU C Library: Shared libraries an
ii libglib1.2 1.2.10-10 The GLib library of C routines
ii libgtk1.2 1.2.10-17 The GIMP Toolkit set of widgets fo
ii libjpeg62 6b-10 The Independent JPEG Group's JPEG
ii libpng12-0 1.2.8rel-1 PNG library - runtime
ii libtiff4 3.7.2-3 Tag Image File Format (TIFF) libra
ii libx11-6 4.3.0.dfsg.1-14 X Window System protocol client li
ii libxext6 4.3.0.dfsg.1-14 X Window System miscellaneous exte
ii libxi6 4.3.0.dfsg.1-14 X Window System Input extension li
ii xlibs 4.3.0.dfsg.1-14 X Keyboard Extension (XKB) configu
ii zlib1g 1:1.2.2-6 compression library - runtime
xzgv recommends no packages.
-- no debconf information
Merged 214112357562.
Request was from José Luis González <jlgonzal@ya.com>
to control@bugs.debian.org.
(Sun, 14 Oct 2007 08:55:37 GMT) (full text, mbox, link).
Reply sent
to Ludovic Rousseau <ludovic.rousseau@free.fr>:
You have taken responsibility.
(Wed, 14 Jan 2009 14:24:04 GMT) (full text, mbox, link).
Notification sent
to Ludovic Rousseau <rousseau@debian.org>:
Bug acknowledged by developer.
(Wed, 14 Jan 2009 14:24:05 GMT) (full text, mbox, link).
Subject: xzgv: thumbnails disapear when using zoom: bug still present in 0.9+svn40-1
Date: Wed, 14 Jan 2009 15:22:11 +0100
As suggested by
http://ekaia.org/blog/2009/01/01/new-years-proposal-look-at-your-reported-bugs/
I tried to reproduce the problem I reported.
I can still reproduce the bug in lenny and sid version 0.9+svn40-1 of xzgv.
The problem is not related to zoom as Ray Kohler said in #1.
When started, xzgv does not display the thumbnails.
Thumbnails appear after pressing 'u'.
Changing the directory disables thumbnails again.
Bye
--
Dr. Ludovic Rousseau
Reply sent
to Ludovic Rousseau <ludovic.rousseau@free.fr>:
You have taken responsibility.
(Wed, 14 Jan 2009 14:24:05 GMT) (full text, mbox, link).
Notification sent
to Jasen Betts <jasen@free.net.nz>:
Bug acknowledged by developer.
(Wed, 14 Jan 2009 14:24:05 GMT) (full text, mbox, link).
Bug reopened, originator not changed.
Request was from Ludovic Rousseau <ludovic.rousseau@free.fr>
to control@bugs.debian.org.
(Wed, 14 Jan 2009 14:39:03 GMT) (full text, mbox, link).
Reply sent
to tytso@mit.edu (Theodore Y. Ts'o):
You have taken responsibility.
(Wed, 06 Mar 2019 05:09:02 GMT) (full text, mbox, link).
Notification sent
to Ludovic Rousseau <rousseau@debian.org>:
Bug acknowledged by developer.
(Wed, 06 Mar 2019 05:09:02 GMT) (full text, mbox, link).
Source: xzgv
Source-Version: 0.9.2-1
We believe that the bug you reported is fixed in the latest version of
xzgv, which is due to be installed in the Debian FTP archive.
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 214112@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Theodore Y. Ts'o <tytso@mit.edu> (supplier of updated xzgv 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 ftpmaster@ftp-master.debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Tue, 05 Mar 2019 23:06:18 -0500
Source: xzgv
Binary: xzgv xzgv-dbgsym
Architecture: source amd64
Version: 0.9.2-1
Distribution: unstable
Urgency: medium
Maintainer: Theodore Y. Ts'o <tytso@mit.edu>
Changed-By: Theodore Y. Ts'o <tytso@mit.edu>
Description:
xzgv - Picture viewer for X with a thumbnail-based selector
Closes: 214112379869457253610568766954
Changes:
xzgv (0.9.2-1) unstable; urgency=medium
.
* New upstream version
* Added option to show only image files in the selector (Closes: #457253)
* Fixed Exif orientation (Closes: #610568)
* Fixed thumbnails not showing up when zoom is enabled
(Closes: #214112, #379869)
* Fixed segfault when going to next image after closing the current one
(Closes: #766954)
* Update to debhelper compatibility level 12
* Update Debian Policy Standards Version to 4.3.0
* Fix zwgc man page
Checksums-Sha1:
a5421f9a6ad373d6474973d18d359b5bd7de3071 1341 xzgv_0.9.2-1.dsc
d870783e102262c3ab755a6d8fa578394a73ae6d 162077 xzgv_0.9.2.orig.tar.gz
7bec4944584565fd8bc25d7d6a1cbd82233108e0 9980 xzgv_0.9.2-1.debian.tar.xz
cb7a00c52c4c2d556a31c7d0fa2dd04529220566 165208 xzgv-dbgsym_0.9.2-1_amd64.deb
437940dfe9454d79c8704e19c8c78dacab4f7ecc 10500 xzgv_0.9.2-1_amd64.buildinfo
c5cc6f46a26168e27d6ecc2fb1c21242f52d5639 153640 xzgv_0.9.2-1_amd64.deb
Checksums-Sha256:
4d3f8725db479f3cd02cea1137dc6aee48818e928bba5cb67d34fa343aece4fa 1341 xzgv_0.9.2-1.dsc
25a240bb8c4a85c3979ce1a39c81c859724b490c1fd83dd4e3ef1db053ee819e 162077 xzgv_0.9.2.orig.tar.gz
1abd8be8990ef3c777672fdbc9864882c4922e464b835e21cb9d68b57c11c4a0 9980 xzgv_0.9.2-1.debian.tar.xz
769577f5a93a3a13f831ed624b967c66891efeef4152b0aac417b588719dde91 165208 xzgv-dbgsym_0.9.2-1_amd64.deb
c651c4fd3823bedb863b4d5e301dc71805f17d377b5e8748a2b7873708c678af 10500 xzgv_0.9.2-1_amd64.buildinfo
56ca20b790569737394419479c3cfa766ad3ea8bca81b0af56b937a155ee980d 153640 xzgv_0.9.2-1_amd64.deb
Files:
c05b264da47934d9cb1d92cd62eb59bd 1341 graphics optional xzgv_0.9.2-1.dsc
87d14e59268ace5ba83005a6e20e2be7 162077 graphics optional xzgv_0.9.2.orig.tar.gz
78a93cc1b3eac5af124bdac3f57779b8 9980 graphics optional xzgv_0.9.2-1.debian.tar.xz
eac2cb2a6cfce2f2da59f1a887f10e3f 165208 debug optional xzgv-dbgsym_0.9.2-1_amd64.deb
21595d6a887a9aeea1186ccf7280debe 10500 graphics optional xzgv_0.9.2-1_amd64.buildinfo
ed89ec8304bdbc04d053bb1ad45339cb 153640 graphics optional xzgv_0.9.2-1_amd64.deb
-----BEGIN PGP SIGNATURE-----
iQEzBAEBCAAdFiEEK2m5VNv+CHkogTfJ8vlZVpUNgaMFAlx/UCUACgkQ8vlZVpUN
gaPe8Af+LUrcvASeawqgxedDDauuP1oZG/xrD/7526BVwrb/ctn66S2zytBWt0K7
9oyvudaS4vGYFG2b/pPhYjlYUa7SQb2D58I8gukz67Y89ri6BjmgNNIxvCZBZjct
KxQx8TRxedsZE0VbpYR9CmABhUYonoqw7npQ5mcNc2WCNYqRNbfb5/2WlSU0YCtx
u8mm4Y1KCXXoTZlC+Dlxe2bMVY+eKfN9zIrXqkYd4HEQcWUIRW6a6RTosUPnyV/A
QcTREq8Gm5SgV9HJzjNKVg3jBTR4W1PNtveM4TmCZ5E82JmHlys73rOomTsyCUeF
pAVruqCnbkfDLMV4p6rde62J87lcOw==
=MCbe
-----END PGP SIGNATURE-----
Reply sent
to tytso@mit.edu (Theodore Y. Ts'o):
You have taken responsibility.
(Wed, 06 Mar 2019 05:09:03 GMT) (full text, mbox, link).
Notification sent
to Jasen Betts <jasen@free.net.nz>:
Bug acknowledged by developer.
(Wed, 06 Mar 2019 05:09:03 GMT) (full text, mbox, link).
Bug archived.
Request was from Debbugs Internal Request <owner@bugs.debian.org>
to internal_control@bugs.debian.org.
(Sun, 11 Aug 2019 07:25:35 GMT) (full text, mbox, link).
Debbugs is free software and licensed under the terms of the GNU
Public License version 2. The current version can be obtained
from https://bugs.debian.org/debbugs-source/.