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 162188 - RAR archives' directories are not recognized properly
RAR archives' directories are not recognized properly
Status: RESOLVED FIXED
Product: file-roller
Classification: Applications
Component: general
2.8.x
Other All
: Normal major
: ---
Assigned To: Paolo Bacchilega
Paolo Bacchilega
Depends on:
Blocks:
 
 
Reported: 2004-12-24 22:07 UTC by Ilya Konstantinov
Modified: 2004-12-25 09:42 UTC
See Also:
GNOME target: ---
GNOME version: 2.7/2.8



Description Ilya Konstantinov 2004-12-24 22:07:33 UTC
To reproduce:
mkdir foo
touch foo/bar
rar a foo.rar foo
file-roller foo.rar

Result:
In File Roller, the 'foo' directory is shown as Type "Unknown" and it's
impossible to enter it by clicking it (though it is possible to browse inside
the archive by typing "/foo" into Location).

Expected result:
The 'foo' directory should be shown as a directory.

Note:
If you use:
  rar a foo.rar foo/bar
then RAR avoids creating a directory entry for 'foo' in the archive (as can be
seen by running 'unrar -t foo.rar'), and then File Roller works fine. This might
give you a hint at fixing the problem.
Comment 1 Paolo Bacchilega 2004-12-25 09:42:35 UTC
fixed now, thank you.