After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 567901 - renaming directory in tarball creates duplicate files
renaming directory in tarball creates duplicate files
Status: RESOLVED FIXED
Product: file-roller
Classification: Applications
Component: general
2.24.x
Other All
: Normal normal
: ---
Assigned To: Paolo Bacchilega
file-roller-maint
Depends on:
Blocks:
 
 
Reported: 2009-01-15 20:09 UTC by Tristan Hill
Modified: 2009-01-19 11:12 UTC
See Also:
GNOME target: ---
GNOME version: 2.23/2.24



Description Tristan Hill 2009-01-15 20:09:31 UTC
Please describe the problem:
cd $(mktemp -d)
mkdir a
touch a/b
tar czf a.tar.gz a
file-roller a.tar.gz

in file-roller rename folder a to c
in file-roller view contents of c to see two files called b

Steps to reproduce:
1. 
2. 
3. 


Actual results:


Expected results:


Does this happen every time?


Other information:
Comment 1 Paolo Bacchilega 2009-01-19 11:12:31 UTC
This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report.