Bug#563880: file-roller: when you rename a file inside the archive, the renamed file is lost

Ben Finney ben+debian at benfinney.id.au
Sun Feb 28 00:56:35 UTC 2010


package file-roller
tags 563880 + unreproducible moreinfo
thanks

On 06-Jan-2010, Claudio Giordano wrote:
> when you rename a file inside the archive, the renamed file is lost

I am unable to reproduce this with the reported version 2.82.2-1. Here
is the test case I tried:

=====
Script started on Sun 28 Feb 2010 11:41:56 EST
$ tardir=$(mktemp -t -d)
$ echo "Lorem ipsum" > ${tardir}/foo
$ echo "dolor sit amet" > ${tardir}/bar
$ tarfile=test.tar.gz
$ tar -czf ${tarfile} -C ${tardir}/ .

$ tar -tzf ${tarfile}
./
./bar
./foo

$ file-roller ${tarfile}
[… use the GUI to rename entry ‘bar’ to ‘baz’ …]

$ tar -xzvf ${tarfile}
./
./foo
./baz

$ cmp foo ${tardir}/foo
$ cmp baz ${tardir}/bar

$ exit

Script done on Sun 28 Feb 2010 11:47:22 EST
=====

Can you please provide a minimal, complete sequence of steps that
reproduces the behaviour you're reporting?

-- 
 \         “Alternative explanations are always welcome in science, if |
  `\   they are better and explain more. Alternative explanations that |
_o__) explain nothing are not welcome.” —Victor J. Stenger, 2001-11-05 |
Ben Finney <ben at benfinney.id.au>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <http://lists.alioth.debian.org/pipermail/pkg-gnome-maintainers/attachments/20100228/1b330457/attachment.pgp>


More information about the pkg-gnome-maintainers mailing list