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 315162 - Archive Manager ignores empty directories in tar files
Archive Manager ignores empty directories in tar files
Status: RESOLVED DUPLICATE of bug 162792
Product: file-roller
Classification: Applications
Component: general
2.11.x
Other All
: Normal minor
: ---
Assigned To: Paolo Bacchilega
file-roller-maint
Depends on:
Blocks:
 
 
Reported: 2005-09-03 01:52 UTC by Stuart Langridge
Modified: 2005-09-03 01:54 UTC
See Also:
GNOME target: ---
GNOME version: 2.9/2.10



Description Stuart Langridge 2005-09-03 01:52:30 UTC
Please describe the problem:
If a tar file contains an empty directory, Archive Manager does not show it when
it opens that tar file and does not extract it when extracting the contents of
the tar file. Command-line tar does correctly extract these empty directories.

Steps to reproduce:
$ cd /tmp
$ mkdir testing
$ mkdir testing/empty
$ touch testing/file
$ tar cvfz testing.tar.gz testing
testing/
testing/empty/
testing/file
$ file-roller testing.tar.gz


Actual results:
The "empty" directory does not appear in the file-roller window, and is not
extracted when extracting the contents of the tar file by dragging to Nautilus.

Expected results:
The whole contents of the tar file should be extracted, including the directory
"empty".

Does this happen every time?
Yes.

Other information:
Comment 1 Stuart Langridge 2005-09-03 01:54:01 UTC

*** This bug has been marked as a duplicate of 162792 ***