Bug 168424 - Ark doesn't detect/support .gz/bz2 files. (Missing feature?)
Summary: Ark doesn't detect/support .gz/bz2 files. (Missing feature?)
Status: RESOLVED DUPLICATE of bug 164795
Alias: None
Product: ark
Classification: Applications
Component: general (show other bugs)
Version: 2.10.999
Platform: Fedora RPMs Linux
: NOR normal
Target Milestone: ---
Assignee: Harald Hvaal
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-08-05 16:07 UTC by Gilboa Davara
Modified: 2008-08-06 09:33 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Gilboa Davara 2008-08-05 16:07:40 UTC
Version:           2.10.999 (using KDE 4.1.0)
Installed from:    Fedora RPMs
OS:                Linux

$ echo Hello world > test.txt
$ gzip test.txt
$ ark test.txt.gz

$ echo Hello world > test.txt
$ bzip2 test.txt
$ ark test.txt.gz

... And ark sees nothing.
Compressing the same file using tar -z/-j works just fine.

- Gilboa
Comment 1 Dario Andres 2008-08-05 16:51:21 UTC
This may be related to bug 166986
Comment 2 Harald Hvaal 2008-08-06 07:35:04 UTC
Dario: Yes it's related, but since the .gz is not really an archive, but rather just a compressed single file, I would like to keep it separate in this bug.

It is correct that ark does not support this format yet. Should be rather trivial to implement, but it still needs new translated strings so it will have to wait for 4.2.
Comment 3 Harald Hvaal 2008-08-06 09:33:39 UTC
Actually we already did have a dup...

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