chun2 / theunarchiver

Automatically exported from code.google.com/p/theunarchiver
Other
0 stars 0 forks source link

.tb2 archive is un-bzip2ed but not un-tarred. #825

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I have some tar-bzip2 archives created with this:

    tar -jcf "$DEST.tb2" "$SRC"

The resulting "file.tb2", when opened in the unarchiver, is decompressed into a 
tar file. The tar file is not  expanded.

I would expect the unarchiver to expand the tar too creating a folder of normal 
files. 

Original issue reported on code.google.com by quinncom on 3 Apr 2015 at 11:59

GoogleCodeExporter commented 8 years ago
This is probably because of the .tb2 extension. The Unarchiver excepts .tbz2 or 
.tar.bz2. Is .tb2 also used in the wild? If so, I could add it.

Original comment by paracel...@gmail.com on 4 Apr 2015 at 4:19

GoogleCodeExporter commented 8 years ago
That's what I guessed, since .tar.bz2 works as expected. I saw .tb2 is listed 
as a tar extension on wikipedia: 
https://en.wikipedia.org/wiki/Tar_(computing)#Naming_of_compressed_tar_files

Original comment by quinncom on 4 Apr 2015 at 4:44

GoogleCodeExporter commented 8 years ago
Fixed.

Original comment by paracel...@gmail.com on 19 Jul 2015 at 10:28